C# Class TailBlazer.Controls.ListboxItemHighlightAssist

Show file Open project: RolandPheasant/TailBlazer

Public Properties

Property Type Description
BaseStyleProperty System.Windows.DependencyProperty
HighlightBackgroundBrushProperty System.Windows.DependencyProperty
HighlightForegroundBrushProperty System.Windows.DependencyProperty
IsEnabledProperty System.Windows.DependencyProperty
IsRecentProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetBaseStyle ( System.Windows.Controls.ListBoxItem element ) : System.Windows.Style
GetHighlightBackgroundBrush ( System.Windows.Controls.ListBoxItem element ) : System.Windows.Media.Brush
GetHighlightForegroundBrush ( System.Windows.Controls.ListBoxItem element ) : System.Windows.Media.Brush
GetIsEnabled ( System.Windows.Controls.ListBoxItem element ) : bool
GetIsRecent ( System.Windows.Controls.ListBoxItem element ) : bool
SetBaseStyle ( System.Windows.Controls.ListBoxItem element, System.Windows.Style value ) : void
SetHighlightBackgroundBrush ( System.Windows.Controls.ListBoxItem element, System.Windows.Media.Brush value ) : void
SetHighlightForegroundBrush ( System.Windows.Controls.ListBoxItem element, System.Windows.Media.Brush value ) : void
SetIsEnabled ( System.Windows.Controls.ListBoxItem element, bool value ) : void
SetIsRecent ( System.Windows.Controls.ListBoxItem element, bool value ) : void

Private Methods

Method Description
OnPropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

GetBaseStyle() public static method

public static GetBaseStyle ( System.Windows.Controls.ListBoxItem element ) : System.Windows.Style
element System.Windows.Controls.ListBoxItem
return System.Windows.Style

GetHighlightBackgroundBrush() public static method

public static GetHighlightBackgroundBrush ( System.Windows.Controls.ListBoxItem element ) : System.Windows.Media.Brush
element System.Windows.Controls.ListBoxItem
return System.Windows.Media.Brush

GetHighlightForegroundBrush() public static method

public static GetHighlightForegroundBrush ( System.Windows.Controls.ListBoxItem element ) : System.Windows.Media.Brush
element System.Windows.Controls.ListBoxItem
return System.Windows.Media.Brush

GetIsEnabled() public static method

public static GetIsEnabled ( System.Windows.Controls.ListBoxItem element ) : bool
element System.Windows.Controls.ListBoxItem
return bool

GetIsRecent() public static method

public static GetIsRecent ( System.Windows.Controls.ListBoxItem element ) : bool
element System.Windows.Controls.ListBoxItem
return bool

SetBaseStyle() public static method

public static SetBaseStyle ( System.Windows.Controls.ListBoxItem element, System.Windows.Style value ) : void
element System.Windows.Controls.ListBoxItem
value System.Windows.Style
return void

SetHighlightBackgroundBrush() public static method

public static SetHighlightBackgroundBrush ( System.Windows.Controls.ListBoxItem element, System.Windows.Media.Brush value ) : void
element System.Windows.Controls.ListBoxItem
value System.Windows.Media.Brush
return void

SetHighlightForegroundBrush() public static method

public static SetHighlightForegroundBrush ( System.Windows.Controls.ListBoxItem element, System.Windows.Media.Brush value ) : void
element System.Windows.Controls.ListBoxItem
value System.Windows.Media.Brush
return void

SetIsEnabled() public static method

public static SetIsEnabled ( System.Windows.Controls.ListBoxItem element, bool value ) : void
element System.Windows.Controls.ListBoxItem
value bool
return void

SetIsRecent() public static method

public static SetIsRecent ( System.Windows.Controls.ListBoxItem element, bool value ) : void
element System.Windows.Controls.ListBoxItem
value bool
return void

Property Details

BaseStyleProperty public static property

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

HighlightBackgroundBrushProperty public static property

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

HighlightForegroundBrushProperty public static property

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

IsEnabledProperty public static property

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

IsRecentProperty public static property

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