Show / Hide Table of Contents

Struct InstructionalButton

An individual instructional button.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public struct InstructionalButton

Constructors

View Source

InstructionalButton(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.

View Source

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 Source

Control

The Control used by this button.

Declaration
public Control Control { get; set; }
Property Value
Type Description
Control
View Source

Description

The description of this button.

Declaration
public string Description { get; set; }
Property Value
Type Description
string
View Source

Raw

The Raw Control sent to the Scaleform.

Declaration
public string Raw { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX