Click or drag to resize

DialogService Class

Provides dialog functionality.
Inheritance Hierarchy
SystemObject
  SampSharp.Entities.SAMPDialogService

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

The DialogService type exposes the following members.

Constructors
  NameDescription
Public methodDialogService
Initializes a new instance of the DialogService class.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDialogHideId
The dialog ID used by the dialog service to hide the visible dialog.
Public fieldStatic memberDialogId
The dialog ID used by the dialog service.
Top
See Also