Input for WinForms | ComponentOne
C1.Win.Accessibility Namespace / ISupportUia Interface
Properties Methods Events

In This Topic
    ISupportUia Interface Members
    In This Topic

    The following tables list the members exposed by ISupportUia.

    Public Properties
     NameDescription
     PropertyGets whether the item is enabled.  
     PropertyGets whether the item is offscreen.  
     PropertyGets location of this item.  
     PropertyGets parent UIA item of this item.  
     PropertyGets size of this item.  
     PropertyItem name in UIA tree.  
     PropertyGets whether the item is visible.  
    Top
    Public Methods
     NameDescription
     MethodSets focus to this item.  
    Top
    Public Events
     NameDescription
     EventOccurs when the item bounds changed.  
     EventOccurs when the enabled property changed.  
     EventOccurs when the item got focus.  
     EventOccurs when the item lost focus.  
     EventOccurs when the visible property changed.  
    Top
    See Also