IDialogTResponse Interface |
Namespace: SampSharp.Entities.SAMP
public interface IDialog<out TResponse> : IDialog where TResponse : struct, new()
The IDialogTResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | Button1 |
Gets the text on the left button.
(Inherited from IDialog.) |
![]() | Button2 |
Gets the text on the right button.
(Inherited from IDialog.) |
![]() | Caption |
Gets the caption of the dialog.
(Inherited from IDialog.) |
![]() | Content |
Gets the content of the dialog.
(Inherited from IDialog.) |
![]() | Style |
Gets the dialog style.
(Inherited from IDialog.) |
Name | Description | |
---|---|---|
![]() | Translate |
Translates the specified dialogResult to a specialized response of type
TResponse.
|