Property | Type | Description | |
---|---|---|---|
UIAType |
Method | Description | |
---|---|---|
Edit ( |
||
GetSelection ( ) : System.Windows.Automation.Text.TextPatternRange[] | ||
GetSelection ( bool log ) : System.Windows.Automation.Text.TextPatternRange[] | ||
GetVisibleRanges ( ) : System.Windows.Automation.Text.TextPatternRange[] | ||
GetVisibleRanges ( bool log ) : System.Windows.Automation.Text.TextPatternRange[] | ||
RangeFromChild ( |
||
RangeFromChild ( |
||
RangeFromPoint ( Point screenLocation ) : |
||
RangeFromPoint ( Point screenLocation, bool log ) : |
||
SetValue ( string value ) : void | ||
SetValue ( string value, bool log ) : void |
public Edit ( |
||
elm | ||
return | System |
public GetSelection ( ) : System.Windows.Automation.Text.TextPatternRange[] | ||
return | System.Windows.Automation.Text.TextPatternRange[] |
public GetSelection ( bool log ) : System.Windows.Automation.Text.TextPatternRange[] | ||
log | bool | |
return | System.Windows.Automation.Text.TextPatternRange[] |
public GetVisibleRanges ( ) : System.Windows.Automation.Text.TextPatternRange[] | ||
return | System.Windows.Automation.Text.TextPatternRange[] |
public GetVisibleRanges ( bool log ) : System.Windows.Automation.Text.TextPatternRange[] | ||
log | bool | |
return | System.Windows.Automation.Text.TextPatternRange[] |
public RangeFromChild ( |
||
childElement | ||
return |
public RangeFromChild ( |
||
childElement | ||
log | bool | |
return |
public RangeFromPoint ( Point screenLocation ) : |
||
screenLocation | Point | |
return |
public RangeFromPoint ( Point screenLocation, bool log ) : |
||
screenLocation | Point | |
log | bool | |
return |
public SetValue ( string value, bool log ) : void | ||
value | string | |
log | bool | |
return | void |