C# 클래스 GTAMenu.NativeMenuUnmanagedListItem

상속: GTAMenu.NativeMenuItemBase
파일 보기 프로젝트 열기: sollaholla/GTAMenu

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

DrawTextValue() 공개 메소드

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

DrawValue() 공개 메소드

public DrawValue ( PointF position, bool selected ) : void
position PointF
selected bool
리턴 void

NativeMenuUnmanagedListItem() 공개 메소드

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

NativeMenuUnmanagedListItem() 공개 메소드

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

NativeMenuUnmanagedListItem() 공개 메소드

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

OnNavLeftRight() 공개 메소드

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