Property | Type | Description | |
---|---|---|---|
actionName | string | ||
imageImplementor |
Method | Description | |
---|---|---|
AddSelection ( int startOffset, int endOffset ) : bool | ||
Button ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
DoAction ( int action ) : bool | ||
GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange | ||
GetCharacterAtOffset ( int offset ) : char | ||
GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void | ||
GetDescription ( int action ) : string | ||
GetImagePosition ( int &x, int &y, Atk coordType ) : void | ||
GetImageSize ( int &width, int &height ) : void | ||
GetKeybinding ( int action ) : string | ||
GetLocalizedName ( int action ) : string | ||
GetName ( int action ) : string | ||
GetOffsetAtPoint ( int x, int y, Atk coords ) : int | ||
GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void | ||
GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[] | ||
GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string | ||
GetText ( int startOffset, int endOffset ) : string | ||
GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
RaiseAutomationEvent ( |
||
RaiseAutomationPropertyChangedEvent ( |
||
RemoveSelection ( int selectionNum ) : bool | ||
SetCaretOffset ( int offset ) : bool | ||
SetDescription ( int action, string description ) : bool | ||
SetImageDescription ( string description ) : bool | ||
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool |
Method | Description | |
---|---|---|
InitializeAdditionalProviders ( ) : void | ||
OnRefStateSet ( ) : Atk.StateSet | ||
UpdateNameProperty ( string newName, bool fromCtor ) : void |
Method | Description | |
---|---|---|
OnPressed ( ) : void | ||
OnReleased ( ) : void |
public AddSelection ( int startOffset, int endOffset ) : bool | ||
startOffset | int | |
endOffset | int | |
return | bool |
public Button ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
provider | System.Windows.Automation.Provider.IRawElementProviderSimple | |
return | System |
public GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange | ||
rect | Atk | |
coordType | Atk | |
xClipType | Atk | |
yClipType | Atk | |
return | Atk.TextRange |
public GetCharacterAtOffset ( int offset ) : char | ||
offset | int | |
return | char |
public GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void | ||
offset | int | |
x | int | |
y | int | |
width | int | |
height | int | |
coords | Atk | |
return | void |
public GetDescription ( int action ) : string | ||
action | int | |
return | string |
public GetImagePosition ( int &x, int &y, Atk coordType ) : void | ||
x | int | |
y | int | |
coordType | Atk | |
return | void |
public GetImageSize ( int &width, int &height ) : void | ||
width | int | |
height | int | |
return | void |
public GetLocalizedName ( int action ) : string | ||
action | int | |
return | string |
public GetOffsetAtPoint ( int x, int y, Atk coords ) : int | ||
x | int | |
y | int | |
coords | Atk | |
return | int |
public GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void | ||
startOffset | int | |
endOffset | int | |
coordType | Atk | |
rect | Atk | |
return | void |
public GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[] | ||
offset | int | |
startOffset | int | |
endOffset | int | |
return | Atk.Attribute[] |
public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
return | string |
public GetText ( int startOffset, int endOffset ) : string | ||
startOffset | int | |
endOffset | int | |
return | string |
public GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
return | string |
public GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
return | string |
public GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
return | string |
protected InitializeAdditionalProviders ( ) : void | ||
return | void |
public RaiseAutomationEvent ( |
||
eventId | ||
e | ||
return | void |
public RaiseAutomationPropertyChangedEvent ( |
||
e | ||
return | void |
public RemoveSelection ( int selectionNum ) : bool | ||
selectionNum | int | |
return | bool |
public SetDescription ( int action, string description ) : bool | ||
action | int | |
description | string | |
return | bool |
public SetImageDescription ( string description ) : bool | ||
description | string | |
return | bool |
public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
return | bool |
protected UpdateNameProperty ( string newName, bool fromCtor ) : void | ||
newName | string | |
fromCtor | bool | |
return | void |