Class NativePanel
Represents a panel shown under the description of the item description.
Inherited Members
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public abstract class NativePanel
Constructors
View SourceNativePanel()
Declaration
protected NativePanel()
Properties
View SourceBackground
The Background of the panel itself.
Declaration
public ScaledTexture Background { get; }
Property Value
| Type | Description |
|---|---|
| ScaledTexture |
Clickable
If the item has controls that can be clicked.
Declaration
public virtual bool Clickable { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Visible
If this panel is visible to the user.
Declaration
public virtual bool Visible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceProcess()
Processes and Draws the panel.
Declaration
public virtual void Process()
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. |