C# Class PoshCode.Controls.ImageToggleButton

Inheritance: System.Windows.Controls.Primitives.ToggleButton
Show file Open project: Jaykul/PoshConsole

Public Properties

Property Type Description
CheckedImageProperty System.Windows.DependencyProperty
DefaultImageProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty

Protected Methods

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

Private Methods

Method Description
ImageToggleButton ( ) : System

Method Details

OnChecked() protected method

protected OnChecked ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnContentChanged() protected method

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
return void

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

OnUnchecked() protected method

protected OnUnchecked ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

Property Details

CheckedImageProperty public static property

public static DependencyProperty,System.Windows CheckedImageProperty
return System.Windows.DependencyProperty

DefaultImageProperty public static property

public static DependencyProperty,System.Windows DefaultImageProperty
return System.Windows.DependencyProperty

OrientationProperty public static property

public static DependencyProperty,System.Windows OrientationProperty
return System.Windows.DependencyProperty