C# Class GTAMenu.NativeMenuUnmanagedListItem

Inheritance: GTAMenu.NativeMenuItemBase
Show file Open project: sollaholla/GTAMenu

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Method Details

DrawTextValue() public method

public DrawTextValue ( string text, PointF position, bool selected ) : void
text string
position PointF
selected bool
return void

DrawValue() public method

public DrawValue ( PointF position, bool selected ) : void
position PointF
selected bool
return void

NativeMenuUnmanagedListItem() public method

public NativeMenuUnmanagedListItem ( string text, string description ) : System.Drawing
text string
description string
return System.Drawing

NativeMenuUnmanagedListItem() public method

public NativeMenuUnmanagedListItem ( string text, string description, object value ) : System.Drawing
text string
description string
value object
return System.Drawing

NativeMenuUnmanagedListItem() public method

public NativeMenuUnmanagedListItem ( string text, string description, object value, ShopIcon shopIcon ) : System.Drawing
text string
description string
value object
shopIcon ShopIcon
return System.Drawing

OnNavLeftRight() public method

public OnNavLeftRight ( GTAMenu.NativeMenu sender, int menuItemIndex, int leftRight ) : void
sender GTAMenu.NativeMenu
menuItemIndex int
leftRight int
return void