C# 클래스 GTAVBETrainerDotNet.Menu.MenuItem

Menu item
파일 보기 프로젝트 열기: betenner/betrainer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

Align 공개적으로 프로퍼티

Alignment
public GlobalConst.HAlign Align
리턴 GlobalConst.HAlign

BackColor 공개적으로 프로퍼티

Back color
public Color BackColor
리턴 Color

Data 공개적으로 프로퍼티

Bind data
public object Data
리턴 object

FakeSubMenu 공개적으로 프로퍼티

Show fake sub menu sign
public bool FakeSubMenu
리턴 bool

Font 공개적으로 프로퍼티

Font
public GTA.Font Font
리턴 GTA.Font

Index 공개적으로 프로퍼티

Index in parent, for reference only
public int Index
리턴 int

IsToggle 공개적으로 프로퍼티

Is toggle able item
public bool IsToggle
리턴 bool

On 공개적으로 프로퍼티

Is ON now
public bool On
리턴 bool

Parent 공개적으로 프로퍼티

Parent menu
public Menu,GTAVBETrainerDotNet.Menu Parent
리턴 Menu

PreventsEnteringSubMenuOnce 공개적으로 프로퍼티

Prevents from entering the sub menu once
public bool PreventsEnteringSubMenuOnce
리턴 bool

SelectedBackColor 공개적으로 프로퍼티

Selected back color
public Color SelectedBackColor
리턴 Color

SelectedTextColor 공개적으로 프로퍼티

Selected text color
public Color SelectedTextColor
리턴 Color

SelectedTextOffset 공개적으로 프로퍼티

Selected text offset
public Point SelectedTextOffset
리턴 Point

ShadowColor 공개적으로 프로퍼티

Shadow color
public Color ShadowColor
리턴 Color

ShadowOffset 공개적으로 프로퍼티

Shadow offset
public Point ShadowOffset
리턴 Point

ShowLeftRightAdjustableSign 공개적으로 프로퍼티

Show left/right adjustable sign
public bool ShowLeftRightAdjustableSign
리턴 bool

SubMenu 공개적으로 프로퍼티

Sub menu
public Menu,GTAVBETrainerDotNet.Menu SubMenu
리턴 Menu

Text 공개적으로 프로퍼티

Text
public MString Text
리턴 MString

TextColor 공개적으로 프로퍼티

Text color
public Color TextColor
리턴 Color

TextOffset 공개적으로 프로퍼티

Text offset
public Point TextOffset
리턴 Point