C# Class GTAVBETrainerDotNet.Menu.MenuItem

Menu item
Afficher le fichier Open project: betenner/betrainer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat GlobalConst.HAlign

BackColor public_oe property

Back color
public Color BackColor
Résultat Color

Data public_oe property

Bind data
public object Data
Résultat object

FakeSubMenu public_oe property

Show fake sub menu sign
public bool FakeSubMenu
Résultat bool

Font public_oe property

Font
public GTA.Font Font
Résultat GTA.Font

Index public_oe property

Index in parent, for reference only
public int Index
Résultat int

IsToggle public_oe property

Is toggle able item
public bool IsToggle
Résultat bool

On public_oe property

Is ON now
public bool On
Résultat bool

Parent public_oe property

Parent menu
public Menu,GTAVBETrainerDotNet.Menu Parent
Résultat Menu

PreventsEnteringSubMenuOnce public_oe property

Prevents from entering the sub menu once
public bool PreventsEnteringSubMenuOnce
Résultat bool

SelectedBackColor public_oe property

Selected back color
public Color SelectedBackColor
Résultat Color

SelectedTextColor public_oe property

Selected text color
public Color SelectedTextColor
Résultat Color

SelectedTextOffset public_oe property

Selected text offset
public Point SelectedTextOffset
Résultat Point

ShadowColor public_oe property

Shadow color
public Color ShadowColor
Résultat Color

ShadowOffset public_oe property

Shadow offset
public Point ShadowOffset
Résultat Point

ShowLeftRightAdjustableSign public_oe property

Show left/right adjustable sign
public bool ShowLeftRightAdjustableSign
Résultat bool

SubMenu public_oe property

Sub menu
public Menu,GTAVBETrainerDotNet.Menu SubMenu
Résultat Menu

Text public_oe property

Text
public MString Text
Résultat MString

TextColor public_oe property

Text color
public Color TextColor
Résultat Color

TextOffset public_oe property

Text offset
public Point TextOffset
Résultat Point