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

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

Méthodes publiques

Свойство Type Description
IsCheckedProperty ReactiveProperty
IsThreeStateProperty ReactiveProperty

Méthodes protégées

Méthode Description
OnChecked ( ) : void
OnClick ( ) : void
OnIndeterminate ( ) : void
OnToggle ( ) : void
OnUnchecked ( ) : void

Private Methods

Méthode Description
OnIsCheckedPropertyChanged ( IReactiveObject source, ReactivePropertyChangeEventArgs args ) : void

Method Details

OnChecked() protected méthode

protected OnChecked ( ) : void
Résultat void

OnClick() protected méthode

protected OnClick ( ) : void
Résultat void

OnIndeterminate() protected méthode

protected OnIndeterminate ( ) : void
Résultat void

OnToggle() protected méthode

protected OnToggle ( ) : void
Résultat void

OnUnchecked() protected méthode

protected OnUnchecked ( ) : void
Résultat void

Property Details

IsCheckedProperty public_oe static_oe property

IsChecked Reactive Property.
public static ReactiveProperty IsCheckedProperty
Résultat ReactiveProperty

IsThreeStateProperty public_oe static_oe property

IsThreeState Reactive Property.
public static ReactiveProperty IsThreeStateProperty
Résultat ReactiveProperty