Click or drag to resize

MenuRow Structure

Represents a row in a Menu.

Namespace:  SampSharp.GameMode.Display
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public struct MenuRow

The MenuRow type exposes the following members.

Constructors
  NameDescription
Public methodMenuRow(String, Boolean)
Initializes a new instance of the MenuRow class.
Public methodMenuRow(String, String, Boolean)
Initializes a new instance of the MenuRow class.
Top
Properties
  NameDescription
Public propertyColumn1Text
Gets the text displayed in the first column.
Public propertyColumn2Text
Gets the text displayed in the second column.
Public propertyDisabled
Gets whether this row is disabled.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also