Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaScrollProvider Interface
Properties Methods

In This Topic
    IUiaScrollProvider Interface Members
    In This Topic

    The following tables list the members exposed by IUiaScrollProvider.

    Public Properties
     NameDescription
     PropertyTrue if control can scroll horizontally  
     PropertyGet the current horizontal scroll position  
     PropertyEqual to the horizontal percentage of the entire control that is currently viewable.  
     PropertyTrue if control can scroll vertically  
     PropertyGet the current vertical scroll position  
     PropertyEqual to the horizontal percentage of the entire control that is currently viewable.  
    Top
    Public Methods
     NameDescription
     MethodRequest to scroll horizontally and vertically by the specified amount. The ability to call this method and simultaneously scroll horizontally and vertically provides simple panning support.  
     MethodRequest to set the current horizontal and Vertical scroll position by percent (0-100). Passing in the value of "-1", represented by the constant "NoScroll", will indicate that scrolling in that direction should be ignored. The ability to call this method and simultaneously scroll horizontally and vertically provides simple panning support.  
    Top
    See Also