C# Class GTAMenu.NativeMenuUnmanagedListItem

Inheritance: GTAMenu.NativeMenuItemBase
Afficher le fichier Open project: sollaholla/GTAMenu

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : void

Method Details

DrawTextValue() public méthode

public DrawTextValue ( string text, PointF position, bool selected ) : void
text string
position PointF
selected bool
Résultat void

DrawValue() public méthode

public DrawValue ( PointF position, bool selected ) : void
position PointF
selected bool
Résultat void

NativeMenuUnmanagedListItem() public méthode

public NativeMenuUnmanagedListItem ( string text, string description ) : System.Drawing
text string
description string
Résultat System.Drawing

NativeMenuUnmanagedListItem() public méthode

public NativeMenuUnmanagedListItem ( string text, string description, object value ) : System.Drawing
text string
description string
value object
Résultat System.Drawing

NativeMenuUnmanagedListItem() public méthode

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

OnNavLeftRight() public méthode

public OnNavLeftRight ( GTAMenu.NativeMenu sender, int menuItemIndex, int leftRight ) : void
sender GTAMenu.NativeMenu
menuItemIndex int
leftRight int
Résultat void