Method | Description | |
---|---|---|
DrawTextValue ( string text, PointF position, bool selected ) : void | ||
DrawValue ( PointF position, bool selected ) : void | ||
NativeMenuUnmanagedListItem ( string text, string description ) : System.Drawing | ||
NativeMenuUnmanagedListItem ( string text, string description, object value ) : System.Drawing | ||
NativeMenuUnmanagedListItem ( string text, string description, object value, ShopIcon shopIcon ) : System.Drawing | ||
OnNavLeftRight ( GTAMenu.NativeMenu sender, int menuItemIndex, int leftRight ) : void |
Method | Description | |
---|---|---|
Init ( ) : void |
public DrawTextValue ( string text, PointF position, bool selected ) : void | ||
text | string | |
position | PointF | |
selected | bool | |
return | void |
public DrawValue ( PointF position, bool selected ) : void | ||
position | PointF | |
selected | bool | |
return | void |
public NativeMenuUnmanagedListItem ( string text, string description ) : System.Drawing | ||
text | string | |
description | string | |
return | System.Drawing |
public NativeMenuUnmanagedListItem ( string text, string description, object value ) : System.Drawing | ||
text | string | |
description | string | |
value | object | |
return | System.Drawing |
public NativeMenuUnmanagedListItem ( string text, string description, object value, ShopIcon shopIcon ) : System.Drawing | ||
text | string | |
description | string | |
value | object | |
shopIcon | ShopIcon | |
return | System.Drawing |
public OnNavLeftRight ( GTAMenu.NativeMenu sender, int menuItemIndex, int leftRight ) : void | ||
sender | GTAMenu.NativeMenu | |
menuItemIndex | int | |
leftRight | int | |
return | void |