Property | Type | Description | |
---|---|---|---|
IsCheckedProperty | |||
IsThreeStateProperty | |||
IsVirtualToggleButtonProperty |
Method | Description | |
---|---|---|
GetIsChecked ( |
Gets the IsChecked property. This dependency property indicates whether the toggle button is checked.
|
|
GetIsThreeState ( |
Gets the IsThreeState property. This dependency property indicates whether the control supports two or three states. IsChecked can be set to null as a third state when IsThreeState is true.
|
|
GetIsVirtualToggleButton ( |
Gets the IsVirtualToggleButton property. This dependency property indicates whether the object to which the property is attached is treated as a VirtualToggleButton. If true, the object will respond to keyboard and mouse input the same way a ToggleButton would.
|
|
SetIsChecked ( |
Sets the IsChecked property. This dependency property indicates whether the toggle button is checked.
|
|
SetIsThreeState ( |
Sets the IsThreeState property. This dependency property indicates whether the control supports two or three states. IsChecked can be set to null as a third state when IsThreeState is true.
|
|
SetIsVirtualToggleButton ( |
Sets the IsVirtualToggleButton property. This dependency property indicates whether the object to which the property is attached is treated as a VirtualToggleButton. If true, the object will respond to keyboard and mouse input the same way a ToggleButton would.
|
Method | Description | |
---|---|---|
OnIsCheckedChanged ( |
Handles changes to the IsChecked property.
|
|
OnIsVirtualToggleButtonChanged ( |
Handles changes to the IsVirtualToggleButton property.
|
|
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
RaiseCheckedEvent ( |
A static helper method to raise the Checked event on a target element.
|
|
RaiseEvent ( |
||
RaiseIndeterminateEvent ( |
A static helper method to raise the Indeterminate event on a target element.
|
|
RaiseUncheckedEvent ( |
A static helper method to raise the Unchecked event on a target element.
|
|
UpdateIsChecked ( |
public static GetIsChecked ( |
||
d | ||
return | Nullable |
public static GetIsThreeState ( |
||
d | ||
return | bool |
public static GetIsVirtualToggleButton ( |
||
d | ||
return | bool |
public static SetIsChecked ( |
||
d | ||
value | Nullable |
|
return | void |
public static SetIsThreeState ( |
||
d | ||
value | bool | |
return | void |
public static SetIsVirtualToggleButton ( |
||
d | ||
value | bool | |
return | void |
public static DependencyProperty,System.Windows IsCheckedProperty | ||
return |
public static DependencyProperty,System.Windows IsThreeStateProperty | ||
return |