Class NativeListItem
Base class for list items.
Implements
Inherited Members
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public abstract class NativeListItem : NativeSlidableItem, IDrawable
Constructors
View SourceNativeListItem(string, string)
Creates a new list item with a title and subtitle.
Declaration
public NativeListItem(string title, string subtitle)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | The title of the Item. |
| string | subtitle | The subtitle of the Item. |
Fields
View Sourcetext
The text of the current item.
Declaration
protected ScaledText text
Field Value
| Type | Description |
|---|---|
| ScaledText |