C# Class TrakHound_UI.ListButton

Interaction logic for ListButton.xaml
Inheritance: System.Windows.Controls.UserControl, IComparable
Mostrar archivo Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
AlternateStyleProperty System.Windows.DependencyProperty
ButtonContentProperty System.Windows.DependencyProperty
DataObjectProperty System.Windows.DependencyProperty
HoverBrushProperty System.Windows.DependencyProperty
ImageForegroundProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
MouseOverProperty System.Windows.DependencyProperty
SelectorForegroundProperty System.Windows.DependencyProperty
SelectorWidthProperty System.Windows.DependencyProperty
ShowImageProperty System.Windows.DependencyProperty
ShowTextProperty System.Windows.DependencyProperty
TextAlignmentProperty System.Windows.DependencyProperty
TextForegroundProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextWrappingProperty System.Windows.DependencyProperty

Public Methods

Method Description
CompareTo ( object obj ) : int
ListButton ( ) : System

Private Methods

Method Description
Main_GRID_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Main_GRID_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Main_GRID_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

ListButton() public method

public ListButton ( ) : System
return System

Property Details

AlternateStyleProperty public_oe static_oe property

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

ButtonContentProperty public_oe static_oe property

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

DataObjectProperty public_oe static_oe property

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

HoverBrushProperty public_oe static_oe property

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

ImageForegroundProperty public_oe static_oe property

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

ImageProperty public_oe static_oe property

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

IsSelectedProperty public_oe static_oe property

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

MouseOverProperty public_oe static_oe property

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

SelectorForegroundProperty public_oe static_oe property

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

SelectorWidthProperty public_oe static_oe property

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

ShowImageProperty public_oe static_oe property

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

ShowTextProperty public_oe static_oe property

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

TextAlignmentProperty public_oe static_oe property

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

TextForegroundProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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

TextWrappingProperty public_oe static_oe property

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