Show / Hide Table of Contents

Class NativePanel

Represents a panel shown under the description of the item description.

Inheritance
object
NativePanel
NativeColorPanel
NativeGridPanel
NativeStatsPanel
Inherited Members
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 NativePanel

Constructors

View Source

NativePanel()

Declaration
protected NativePanel()

Properties

View Source

Background

The Background of the panel itself.

Declaration
public ScaledTexture Background { get; }
Property Value
Type Description
ScaledTexture
View Source

Clickable

If the item has controls that can be clicked.

Declaration
public virtual bool Clickable { get; }
Property Value
Type Description
bool
View Source

Visible

If this panel is visible to the user.

Declaration
public virtual bool Visible { get; set; }
Property Value
Type Description
bool

Methods

View Source

Process()

Processes and Draws the panel.

Declaration
public virtual void Process()
View Source

Recalculate(PointF, float)

Recalculates the menu contents.

Declaration
public virtual void Recalculate(PointF position, float width)
Parameters
Type Name Description
PointF position

The position of the panel.

float width

The width of the menu.

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