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

In This Topic
    IUiaTransformProvider Interface Members
    In This Topic

    The following tables list the members exposed by IUiaTransformProvider.

    Public Properties
     NameDescription
     PropertyReturns true if the element can be moved otherwise returns false.  
     PropertyReturns true if the element can be resized otherwise returns false.  
     PropertyReturns true if the element can be rotated otherwise returns false.  
    Top
    Public Methods
     NameDescription
     MethodUsed to adjust an element's current location. The x, and y parameters represent the absolute on-screen position of the top-left corner in pixels, not the delta between the desired location and the window's current location.  
     MethodUsed to modify element's on-screen dimensions (affects the BoundingRectangle and BoundingGeometry properties) When called on a split pane, it may have the side-effect of resizing other surrounding panes.  
     MethodRotate the element the specified number of degrees.  
    Top
    See Also