Modal Dialogue

ModalDialog Class

Manages a modal dialog which can be presented to the user.

Syntax

Member Details

Cancel Method

Cancels any existing dialog.

Syntax

[Sansar.Script.Interface] public voidarrow-up-right Cancel ()

Remarks

Requirements

Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0


Message Property

The message displayed on the dialog.

Syntax

[get: Sansar.Script.Interface] public stringarrow-up-right Message { get; }

Value

The string displayed on the dialog.

Remarks

Requirements

Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0


Response Property

Syntax

[get: Sansar.Script.Interface] public stringarrow-up-right Response { get; }

Value

String response from the last show call.

Remarks

Requirements

Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0


Show Method

Shows a Modal Dialog on the screen.

Syntax

[Sansar.Script.Interface] public voidarrow-up-right Show (stringarrow-up-right message, stringarrow-up-right leftButton, stringarrow-up-right rightButton)

Parameters

message

Text of the dialog.

leftButton

Text of the left button.

rightButton

Text of the right button.

Returns

The internal event id for the completion event.

Remarks

Requirements

Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0


Show Method

Shows a Modal Dialog on the screen.

Syntax

Parameters

message

Text of the dialog.

leftButton

Text of the left button.

rightButton

Text of the right button.

handler

Handler to be called when the event completes.

Returns

The internal event id for the completion event.

Remarks

Requirements

Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0


Show Method

Shows a Modal Dialog on the screen.

Syntax

Parameters

message

Text of the dialog.

leftButton

Text of the left button.

rightButton

Text of the right button.

handler

Handler to be called when the event completes.

Returns

The internal event id for the completion event.

Remarks

Requirements

Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0


ToString Method

A string representation of this object.

Syntax

[Sansar.Script.Interface] public override stringarrow-up-right ToString ()

Returns

A string representation of this object.

Remarks

Requirements

Namespace: Sansar.Simulation Assembly: Sansar.Simulation (in Sansar.Simulation.dll) Assembly Versions: 1.1.0.0



Last updated