Struct InstructionalButton
An individual instructional button.
Inherited Members
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public struct InstructionalButton
Constructors
View SourceInstructionalButton(string, Control)
Creates an instructional button for a Control.
Declaration
public InstructionalButton(string description, Control control)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description | The text for the description. |
| Control | control | The control to use. |
InstructionalButton(string, string)
Creates an instructional button for a raw control.
Declaration
public InstructionalButton(string description, string raw)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description | The text for the description. |
| string | raw | The raw value of the control. |
Properties
View SourceControl
The Control used by this button.
Declaration
public Control Control { get; set; }
Property Value
| Type | Description |
|---|---|
| Control |
Description
The description of this button.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Raw
The Raw Control sent to the Scaleform.
Declaration
public string Raw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |