ICommonDialog Interface Reference

Interface common to the Common Dialog. More...

Inheritance diagram for ICommonDialog:
CameraImportDialog PhotoImportDialog TextInputDialog InAppPurchaseDialog

List of all members.

Public Member Functions

void Open ()
 Opens the Common Dialog.
void Abort ()
 Aborts the Common Dialog.

Properties

CommonDialogState State [get]
 Common Dialog state.
CommonDialogResult Result [get]
 Operational result of the Common Dialog.

Detailed Description

Interface common to the Common Dialog.


Member Function Documentation

void Abort ( )

Aborts the Common Dialog.

Calling only in the main thread is possible.

Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.

void Open ( )

Opens the Common Dialog.

Calling only in the main thread is possible.

Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.


Property Documentation

CommonDialogResult Result [get]

Operational result of the Common Dialog.

Obtaining only in the main thread is possible.

Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.

CommonDialogState State [get]

Common Dialog state.

Obtaining only in the main thread is possible.

Implemented in TextInputDialog, InAppPurchaseDialog, CameraImportDialog, and PhotoImportDialog.