Click or drag to resize

TablistDialog Class

Represents a tablist (table) dialog.
Inheritance Hierarchy

Namespace:  SampSharp.GameMode.Display
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public class TablistDialog : Dialog, 
	IList<IEnumerable<string>>, ICollection<IEnumerable<string>>, 
	IEnumerable<IEnumerable<string>>, IEnumerable

The TablistDialog type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyButton1
Gets or sets the text on the left button.
(Inherited from Dialog.)
Public propertyButton2
Gets or sets the text on the right button.
(Inherited from Dialog.)
Public propertyCaption
Gets or sets the caption.
(Inherited from Dialog.)
Public propertyCount
Protected propertyInfo
Gets the info displayed in the box.
(Overrides DialogInfo.)
Public propertyIsReadOnly
Public propertyItem
Gets or sets the element at the specified index.
Public propertyStyle
Gets or sets the style.
(Inherited from Dialog.)
Top
Methods
  NameDescription
Public methodAdd(IEnumerableString)
Public methodAdd(String)
Adds a row with the specified cells.
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnResponse
Raises the Response event.
(Inherited from Dialog.)
Public methodRemove
Public methodRemoveAt
Public methodShow
Shows the dialog box to a Player.
(Inherited from Dialog.)
Public methodShowAsync
Shows the dialog box to a Player asynchronously.
(Inherited from Dialog.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventResponse
Occurs when a player responds to a dialog by either clicking a button, pressing ENTER/ESC or double-clicking a list item.
(Inherited from Dialog.)
Top
See Also