C# Class GTAVBETrainerDotNet.Menu.MenuItem

Menu item
ファイルを表示 Open project: betenner/betrainer Class Usage Examples

Public Properties

Property Type Description
Align GlobalConst.HAlign
BackColor Color
Data object
FakeSubMenu bool
Font GTA.Font
Index int
IsToggle bool
On bool
Parent Menu
PreventsEnteringSubMenuOnce bool
SelectedBackColor Color
SelectedTextColor Color
SelectedTextOffset Point
ShadowColor Color
ShadowOffset Point
ShowLeftRightAdjustableSign bool
SubMenu Menu
Text MString
TextColor Color
TextOffset Point

Property Details

Align public_oe property

Alignment
public GlobalConst.HAlign Align
return GlobalConst.HAlign

BackColor public_oe property

Back color
public Color BackColor
return Color

Data public_oe property

Bind data
public object Data
return object

FakeSubMenu public_oe property

Show fake sub menu sign
public bool FakeSubMenu
return bool

Font public_oe property

Font
public GTA.Font Font
return GTA.Font

Index public_oe property

Index in parent, for reference only
public int Index
return int

IsToggle public_oe property

Is toggle able item
public bool IsToggle
return bool

On public_oe property

Is ON now
public bool On
return bool

Parent public_oe property

Parent menu
public Menu,GTAVBETrainerDotNet.Menu Parent
return Menu

PreventsEnteringSubMenuOnce public_oe property

Prevents from entering the sub menu once
public bool PreventsEnteringSubMenuOnce
return bool

SelectedBackColor public_oe property

Selected back color
public Color SelectedBackColor
return Color

SelectedTextColor public_oe property

Selected text color
public Color SelectedTextColor
return Color

SelectedTextOffset public_oe property

Selected text offset
public Point SelectedTextOffset
return Point

ShadowColor public_oe property

Shadow color
public Color ShadowColor
return Color

ShadowOffset public_oe property

Shadow offset
public Point ShadowOffset
return Point

ShowLeftRightAdjustableSign public_oe property

Show left/right adjustable sign
public bool ShowLeftRightAdjustableSign
return bool

SubMenu public_oe property

Sub menu
public Menu,GTAVBETrainerDotNet.Menu SubMenu
return Menu

Text public_oe property

Text
public MString Text
return MString

TextColor public_oe property

Text color
public Color TextColor
return Color

TextOffset public_oe property

Text offset
public Point TextOffset
return Point