C# Class RedBadger.Xpf.Controls.Primitives.ToggleButton

Base class for all controls with toggling functionality.
Inheritance: ButtonBase
Show file Open project: redbadger/XPF Class Usage Examples

Public Properties

Property Type Description
IsCheckedProperty ReactiveProperty
IsThreeStateProperty ReactiveProperty

Protected Methods

Method Description
OnChecked ( ) : void
OnClick ( ) : void
OnIndeterminate ( ) : void
OnToggle ( ) : void
OnUnchecked ( ) : void

Private Methods

Method Description
OnIsCheckedPropertyChanged ( IReactiveObject source, ReactivePropertyChangeEventArgs args ) : void

Method Details

OnChecked() protected method

protected OnChecked ( ) : void
return void

OnClick() protected method

protected OnClick ( ) : void
return void

OnIndeterminate() protected method

protected OnIndeterminate ( ) : void
return void

OnToggle() protected method

protected OnToggle ( ) : void
return void

OnUnchecked() protected method

protected OnUnchecked ( ) : void
return void

Property Details

IsCheckedProperty public static property

IsChecked Reactive Property.
public static ReactiveProperty IsCheckedProperty
return ReactiveProperty

IsThreeStateProperty public static property

IsThreeState Reactive Property.
public static ReactiveProperty IsThreeStateProperty
return ReactiveProperty