Skip to main content

ListBoxItemHighlightable Class

Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public class ListBoxItemHighlightable : ListBoxItem

Constructors

ListBoxItemHighlightable(string content, Font font, int margin, Media.Color backgroundSelectedColor, Media.Color foreColorSelectedColor, Media.Color foreColorUnselectColor)

public ListBoxItemHighlightable(string content, Font font, int margin, Media.Color backgroundSelectedColor, Media.Color foreColorSelectedColor, Media.Color foreColorUnselectColor) : base()

No description available.

ParameterTypeDescription
contentstring
fontFont
marginint
backgroundSelectedColorMedia.Color
foreColorSelectedColorMedia.Color
foreColorUnselectColorMedia.Color

Methods

OnIsSelectedChanged(bool isSelected)

protected internal override void OnIsSelectedChanged(bool isSelected)

No description available.

ParameterTypeDescription
isSelectedbool