C# Class UIAutomation.UiaTogglePattern

Inheritance: ITogglePattern
ファイルを表示 Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
Pattern UIANET::System.Windows.Automation.AutomationPattern
ToggleStateProperty UIANET::System.Windows.Automation.AutomationProperty

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
Toggle ( ) : void
UiaTogglePattern ( IUiElement element )
UiaTogglePattern ( IUiElement element, UIANET::System.Windows.Automation togglePattern )

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

SetParentElement() public method

public SetParentElement ( IUiElement element ) : void
element IUiElement
return void

SetSourcePattern() public method

public SetSourcePattern ( object pattern ) : void
pattern object
return void

Toggle() public method

public Toggle ( ) : void
return void

UiaTogglePattern() public method

public UiaTogglePattern ( IUiElement element )
element IUiElement

UiaTogglePattern() public method

public UiaTogglePattern ( IUiElement element, UIANET::System.Windows.Automation togglePattern )
element IUiElement
togglePattern UIANET::System.Windows.Automation

Property Details

Pattern public_oe static_oe property

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
return UIANET::System.Windows.Automation.AutomationPattern

ToggleStateProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation ToggleStateProperty
return UIANET::System.Windows.Automation.AutomationProperty