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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also