Show / Hide Table of Contents

Class NativeListItem

Base class for list items.

Inheritance
object
NativeItem
NativeSlidableItem
NativeListItem
NativeListItem<T>
Implements
IDrawable
Inherited Members
NativeSlidableItem.arrowLeft
NativeSlidableItem.arrowRight
NativeSlidableItem.Recalculate(PointF, SizeF, bool)
NativeSlidableItem.GoLeft()
NativeSlidableItem.GoRight()
NativeSlidableItem.Draw()
NativeSlidableItem.UpdateColors()
NativeSlidableItem.LeftArrow
NativeSlidableItem.RightArrow
NativeSlidableItem.ArrowsAlwaysVisible
NativeItem.title
NativeItem.lastPosition
NativeItem.lastSize
NativeItem.lastSelected
NativeItem.badgeLeft
NativeItem.badgeRight
NativeItem.altTitle
NativeItem.OnSelected(object, SelectedEventArgs)
NativeItem.OnActivated(object)
NativeItem.Recalculate()
NativeItem.Enabled
NativeItem.Tag
NativeItem.Title
NativeItem.AltTitle
NativeItem.TitleFont
NativeItem.AltTitleFont
NativeItem.Description
NativeItem.LeftBadge
NativeItem.LeftBadgeSet
NativeItem.RightBadge
NativeItem.RightBadgeSet
NativeItem.Colors
NativeItem.Panel
NativeItem.UseCustomBackground
NativeItem.IsHovered
NativeItem.Selected
NativeItem.Activated
NativeItem.EnabledChanged
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public abstract class NativeListItem : NativeSlidableItem, IDrawable

Constructors

View Source

NativeListItem(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 Source

text

The text of the current item.

Declaration
protected ScaledText text
Field Value
Type Description
ScaledText

Implements

IDrawable
  • View Source
In this article
Back to top Generated by DocFX