Interface IToggleButton
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IToggleButton : IFrameworkElement, ITargetElement
Properties
CheckIcon
IsChecked
Declaration
bool? IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>
|
IsThreeState
Declaration
bool IsThreeState { get; set; }
Property Value
System.Boolean
|
Methods
Check(Boolean)
Declaration
void Check(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|
Toggle()
Declaration
void Toggle()
UnCheck(Boolean)
Declaration
void UnCheck(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|