IGrooveSimpleDialogResult Interface

The IGrooveSimpleDialogResult interface contains the results from a Groove dialog box.

Read/Write Properties

Property Description

Data

Contains the value entered by the user.

Result

Contains a GrooveDialogBoxResultCode value where a value of GrooveDialogBoxResultCode_OK indicates that the user approved the dialog and a value of GrooveDialogBoxResultCode_Cancel indicates that the user cancelled the dialog.

See Also

Reference

DisplayTextInputDialog Method
GrooveDialogBoxResultCode Type