C# Class anchor.ToggleButton

Interaction logic for ToggleButton.xaml
Inheritance: System.Windows.Controls.Primitives.ToggleButton
Show file Open project: mauris/anchor-app

Public Properties

Property Type Description
CheckedHoverImageProperty System.Windows.DependencyProperty
CheckedImageProperty System.Windows.DependencyProperty
DisabledImageProperty System.Windows.DependencyProperty
UncheckedHoverImageProperty System.Windows.DependencyProperty
UncheckedImageProperty System.Windows.DependencyProperty

Public Methods

Method Description
ToggleButton ( ) : System

Private Methods

Method Description
ChangeImage ( ) : void
ToggleButton_CheckedChanged ( object sender, RoutedEventArgs e ) : void
ToggleButton_IsEnabledChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ToggleButton_Loaded ( object sender, RoutedEventArgs e ) : void
onCheckedHoverImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onCheckedImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onDisabledImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onUncheckedHoverImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
onUncheckedImageChangedCallback ( DependencyObject dobj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

ToggleButton() public method

public ToggleButton ( ) : System
return System

Property Details

CheckedHoverImageProperty public static property

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

CheckedImageProperty public static property

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

DisabledImageProperty public static property

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

UncheckedHoverImageProperty public static property

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

UncheckedImageProperty public static property

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