Table of Contents

Struct ListItem

Namespace
OmegaGUI.Render
Assembly
OmegaGUI.dll

Stores data for a DropdownList or ListBox item

public struct ListItem
Inherited Members
Extension Methods

Fields

IsItemSelected

public bool IsItemSelected

Field Value

bool

IsItemVisible

public bool IsItemVisible

Field Value

bool

ItemData

public object ItemData

Field Value

object

ItemRect

public Rectangle ItemRect

Field Value

Rectangle

ItemTag

public string ItemTag

Field Value

string

ItemText

public string ItemText

Field Value

string