Property | Type | Description | |
---|---|---|---|
Deselect | void |
Method | Description | |
---|---|---|
AddSelection ( int startOffset, int endOffset ) : bool | ||
ComboBoxItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
DoAction ( int i ) : 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 i ) : string | ||
GetKeybinding ( int i ) : string | ||
GetLocalizedName ( int i ) : string | ||
GetName ( int i ) : 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 | ||
ParentIsSimple ( ) : bool | ||
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void | ||
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void | ||
RemoveSelection ( int i ) : bool | ||
SetCaretOffset ( int offset ) : bool | ||
SetDescription ( int i, string desc ) : bool | ||
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool |
Method | Description | |
---|---|---|
OnRefStateSet ( ) : Atk.StateSet |
Method | Description | |
---|---|---|
Deselect ( ) : void |
public AddSelection ( int startOffset, int endOffset ) : bool | ||
startOffset | int | |
endOffset | int | |
return | bool |
public ComboBoxItem ( 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 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 |
public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void | ||
eventId | AutomationEvent | |
e | AutomationEventArgs | |
return | void |
public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void | ||
e | AutomationPropertyChangedEventArgs | |
return | void |
public SetDescription ( int i, string desc ) : bool | ||
i | int | |
desc | string | |
return | bool |
public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
return | bool |