Click or drag to resize

DialogResult Structure

Represents a raw response value to a dialog.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public struct DialogResult

The DialogResult type exposes the following members.

Constructors
  NameDescription
Public methodDialogResult
Initializes a new instance of the DialogResult struct.
Top
Properties
  NameDescription
Public propertyInputText
Gets the text entered by the player in the dialog.
Public propertyListItem
Gets the index of item selected by the player in the dialog.
Public propertyResponse
Gets the way in which the player has responded to the dialog.
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