Namespace LemonUI.Menus
Classes
BadgeSet
Represents a badge that can be applied to a NativeItem.
ColorSet
Stores the different colors required to make the colors of a NativeItem dynamic.
GridValueChangedArgs
Represents the Previous and Current X and Y values when changing the position on a grid.
ItemActivatedArgs
Represents the arguments of an item activation.
ItemChangedEventArgs<T>
Represents the change of the selection of an item.
MenuModifiedEventArgs
Represents the different
NativeCheckboxItem
Rockstar-like checkbox item.
NativeColorData
Represents the Color Information shown on the Panel.
NativeColorPanel
A Panel that allows you to select a Color.
NativeDynamicItem<T>
Dynamic Items allow you to dynamically change the item shown to the user.
NativeGridPanel
Represents a grid where you can select X and Y values.
NativeItem
Basic Rockstar-like item.
NativeListItem
Base class for list items.
NativeListItem<T>
An item that allows you to scroll between a set of objects.
NativeMenu
Menu that looks like the ones used by Rockstar.
NativePanel
Represents a panel shown under the description of the item description.
NativeSeparatorItem
An item used to have a space between the items with text or no text.
NativeSlidableItem
Basic elements for a slidable item.
NativeSliderItem
A slider item for changing integer values.
NativeStatsInfo
Represents the Information of a specific field in a NativeStatsPanel.
NativeStatsPanel
Represents a Statistics panel.
NativeSubmenuItem
Item used for opening submenus.
SelectedEventArgs
Represents the selection of an item in the screen.
Enums
ColorTitleStyle
The Style of title for the Color Panel.
CountVisibility
The visibility setting for the Item Count of the Menu.
Direction
The movement direction of the item change.
GridStyle
The style of the Grid Panel.
HeaderBehavior
The behavior of the NativeMenu's header.
ItemOperation
The operation performed when the menu items are modified.
MenuMouseBehavior
Defines the behavior of the mouse when a menu is open.
SubtitleBehavior
The behavior of the NativeMenu's subtitle.
Delegates
GridValueChangedEventHandler
Represents the method that is called when the value on a grid is changed.
ItemActivatedEventHandler
Represents the method that is called when an item is activated on a menu.
ItemChangedEventHandler<T>
Represents the method that is called when the selected item is changed on a List Item.
MenuModifiedEventHandler
Represents the method that is called when the items on a menu are changed (added or removed).
SelectedEventHandler
Represents the method that is called when a new item is selected in the Menu.