Click or drag to resize

MenuColumn Structure

Represents a column in a Menu.

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

The MenuColumn type exposes the following members.

Constructors
  NameDescription
Public methodMenuColumn(Single)
Initializes a new instance of the menuColumn structure.
Public methodMenuColumn(String, Single)
Initializes a new instance of the MenuColumn class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption of this column.
Public propertyWidth
Gets or sets the width if this column.
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