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.
| Parameter | Type | Description |
|---|---|---|
content | string | |
font | Font | |
margin | int | |
backgroundSelectedColor | Media.Color | |
foreColorSelectedColor | Media.Color | |
foreColorUnselectColor | Media.Color |
Methods
OnIsSelectedChanged(bool isSelected)
protected internal override void OnIsSelectedChanged(bool isSelected)
No description available.
| Parameter | Type | Description |
|---|---|---|
isSelected | bool |