Property | Type | Description | |
---|---|---|---|
FindFocusedAccessible | |||
IsAccessibilityEnabledDBus | bool | ||
IsAccessibilityEnabledGConf | bool | ||
IsElementInScope | bool | ||
OnChildAdded | void | ||
OnChildRemoved | void | ||
OnDescriptionChanged | void | ||
OnNameChanged | void | ||
OnRootElementsChanged | void | ||
OnStateChanged | void | ||
RaiseAutomationEvent | void | ||
RaiseAutomationEvent | void | ||
RaiseAutomationEvent | void | ||
RaiseFocusChangedEvent | void | ||
RaiseFocusChangedEvent | void | ||
RaisePropertyChangedEvent | void | ||
RaisePropertyChangedEvent | void | ||
RaisePropertyChangedEvent | void | ||
RaiseStructureChangedEvent | void | ||
SizeFits | bool |
Method | Description | |
---|---|---|
AddAutomationEventHandler ( |
||
AddAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
AddAutomationPropertyChangedEventHandler ( IElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler, |
||
AddStructureChangedEventHandler ( IElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void | ||
GetElementFromHandle ( |
||
GetFocusedElement ( ) : IElement | ||
GetRootElements ( ) : IElement[] | ||
Initialize ( ) : void | ||
RemoveAllEventHandlers ( ) : void | ||
RemoveAutomationEventHandler ( |
||
RemoveAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
RemoveAutomationPropertyChangedEventHandler ( IElement element, AutomationPropertyChangedEventHandler eventHandler ) : void | ||
RemoveStructureChangedEventHandler ( IElement element, StructureChangedEventHandler eventHandler ) : void |
Method | Description | |
---|---|---|
FindFocusedAccessible ( |
||
IsAccessibilityEnabledDBus ( ) : bool | ||
IsAccessibilityEnabledGConf ( ) : bool | ||
IsElementInScope ( IElement target, IElement element, TreeScope scope ) : bool | ||
OnChildAdded ( |
||
OnChildRemoved ( |
||
OnDescriptionChanged ( object sender, string oldDescription, string newDescription ) : void | ||
OnNameChanged ( object sender, string oldName, string newName ) : void | ||
OnRootElementsChanged ( ) : void | ||
OnStateChanged ( |
||
RaiseAutomationEvent ( |
||
RaiseAutomationEvent ( IElement element, |
||
RaiseAutomationEvent ( IElement element, |
||
RaiseFocusChangedEvent ( |
||
RaiseFocusChangedEvent ( IElement parent, IElement child ) : void | ||
RaisePropertyChangedEvent ( |
||
RaisePropertyChangedEvent ( IElement element, |
||
RaisePropertyChangedEvent ( IElement element, |
||
RaiseStructureChangedEvent ( IElement element, StructureChangeType type ) : void | ||
SizeFits ( |
public AddAutomationEventHandler ( |
||
eventId | ||
element | IElement | |
scope | TreeScope | |
eventHandler | AutomationEventHandler | |
return | void |
public AddAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
eventHandler | FocusChangedEventHandler | |
return | void |
public AddAutomationPropertyChangedEventHandler ( IElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler, |
||
element | IElement | |
scope | TreeScope | |
eventHandler | AutomationPropertyChangedEventHandler | |
properties | ||
return | void |
public AddStructureChangedEventHandler ( IElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void | ||
element | IElement | |
scope | TreeScope | |
eventHandler | StructureChangedEventHandler | |
return | void |
public GetElementFromHandle ( |
||
handle | ||
return | IElement |
public RemoveAutomationEventHandler ( |
||
eventId | ||
element | IElement | |
eventHandler | AutomationEventHandler | |
return | void |
public RemoveAutomationFocusChangedEventHandler ( FocusChangedEventHandler eventHandler ) : void | ||
eventHandler | FocusChangedEventHandler | |
return | void |
public RemoveAutomationPropertyChangedEventHandler ( IElement element, AutomationPropertyChangedEventHandler eventHandler ) : void | ||
element | IElement | |
eventHandler | AutomationPropertyChangedEventHandler | |
return | void |
public RemoveStructureChangedEventHandler ( IElement element, StructureChangedEventHandler eventHandler ) : void | ||
element | IElement | |
eventHandler | StructureChangedEventHandler | |
return | void |