C# Class PoshCode.Controls.ImageToggleButton

Inheritance: System.Windows.Controls.Primitives.ToggleButton
Afficher le fichier Open project: Jaykul/PoshConsole

Méthodes publiques

Свойство Type Description
CheckedImageProperty System.Windows.DependencyProperty
DefaultImageProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
OnChecked ( RoutedEventArgs e ) : void
OnContentChanged ( object oldContent, object newContent ) : void
OnInitialized ( EventArgs e ) : void
OnUnchecked ( RoutedEventArgs e ) : void

Private Methods

Méthode Description
ImageToggleButton ( ) : System

Method Details

OnChecked() protected méthode

protected OnChecked ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnContentChanged() protected méthode

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
Résultat void

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUnchecked() protected méthode

protected OnUnchecked ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

Property Details

CheckedImageProperty public_oe static_oe property

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

DefaultImageProperty public_oe static_oe property

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

OrientationProperty public_oe static_oe property

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