DynamicAutomationPeer
Kind: class
Extends: FrameworkElementAutomationPeer
Implements: IInvokeProvider
, ISelectionProvider
, ISelectionItemProvider
, IToggleProvider
, IExpandCollapseProvider
, IRangeValueProvider
Properties
CanSelectMultiple
readonly
bool CanSelectMultiple
ExpandCollapseState
readonly
ExpandCollapseState
ExpandCollapseState
IsReadOnly
readonly
bool IsReadOnly
IsSelected
readonly
bool IsSelected
IsSelectionRequired
readonly
bool IsSelectionRequired
LargeChange
readonly
double LargeChange
Maximum
readonly
double Maximum
Minimum
readonly
double Minimum
SelectionContainer
readonly
IRawElementProviderSimple
SelectionContainer
SmallChange
readonly
double SmallChange
ToggleState
readonly
ToggleState
ToggleState
Value
readonly
double Value
Constructors
DynamicAutomationPeer
DynamicAutomationPeer
(FrameworkElement
owner)
Methods
AddToSelection
void AddToSelection
()
Collapse
void Collapse
()
Expand
void Expand
()
GetSelection
IRawElementProviderSimple
GetSelection
()
Invoke
void Invoke
()
RemoveFromSelection
void RemoveFromSelection
()
Select
void Select
()
SetValue
void SetValue
(double value)
Toggle
void Toggle
()