Table of Contents

Class ListBoxItemHighlightable

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll
public class ListBoxItemHighlightable : ListBoxItem
Inheritance
ListBoxItemHighlightable
Inherited Members

Constructors

ListBoxItemHighlightable(string, Font, int, Color, Color, Color)

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

Parameters

content string
font Font
margin int
backgroundSelectedColor Color
foreColorSelectedColor Color
foreColorUnselectColor Color

Methods

OnIsSelectedChanged(bool)

protected override void OnIsSelectedChanged(bool isSelected)

Parameters

isSelected bool