C# Class FirstFloor.ModernUI.Windows.Controls.Switch

Inheritance: ListSwitch
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
ValueProperty System.Windows.DependencyProperty
WhenProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetWhen ( DependencyObject obj ) : object
SetWhen ( DependencyObject obj, object value ) : void

Méthodes protégées

Méthode Description
GetChild ( ) : UIElement
TestChild ( UIElement child ) : bool

Method Details

GetChild() protected méthode

protected GetChild ( ) : UIElement
Résultat System.Windows.UIElement

GetWhen() public static méthode

public static GetWhen ( DependencyObject obj ) : object
obj System.Windows.DependencyObject
Résultat object

SetWhen() public static méthode

public static SetWhen ( DependencyObject obj, object value ) : void
obj System.Windows.DependencyObject
value object
Résultat void

TestChild() protected méthode

protected TestChild ( UIElement child ) : bool
child System.Windows.UIElement
Résultat bool

Property Details

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty

WhenProperty public_oe static_oe property

public static DependencyProperty,System.Windows WhenProperty
Résultat System.Windows.DependencyProperty