Result Property

The Result property sets or gets the result code indicating whether the user accepted or cancelled the dialog box.

Syntax

object.Result As GrooveDialogBoxResultCode

object.Result = i_Value

Sets the dialog box result code.

GrooveDialogBoxResultCodevariable= object.Result

Gets the dialog box result code.

Parameters

Parameter Description

i_Value

Result code for the dialog box.

Return Value

The return value is the result code for the dialog box.

See Also

Reference

DisplayTextInputDialog Method
IGrooveSimpleDialogResult Interface