Main Page | Packages | Class Tree | Index | Help

xp.system

class DialogResult

Object
  |
  +--xp.system.DialogResult


class DialogResult
extends Object

Various constants used in Dialog controls


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public static
ABORT: Number
The dialog box return value is Abort (usually sent from a button labeled Abort).

public static
CANCEL: Number
The dialog box return value is Cancel (usually sent from a button labeled Cancel).

public static
IGNORE: Number
The dialog box return value is Ignore (usually sent from a button labeled Ignore).

public static
NO: Number
The dialog box return value is No (usually sent from a button labeled No).

public static
NONE: Number
Nothing is returned from the dialog box.

public static
OK: Number
The dialog box return value is OK (usually sent from a button labeled OK).

public static
RETRY: Number
The dialog box return value is Retry (usually sent from a button labeled Retry).

public static
YES: Number
The dialog box return value is Yes (usually sent from a button labeled Yes).



Field Documentation

ABORT

public static var ABORT: Number
The dialog box return value is Abort (usually sent from a button labeled Abort).

CANCEL

public static var CANCEL: Number
The dialog box return value is Cancel (usually sent from a button labeled Cancel).

IGNORE

public static var IGNORE: Number
The dialog box return value is Ignore (usually sent from a button labeled Ignore).

NO

public static var NO: Number
The dialog box return value is No (usually sent from a button labeled No).

NONE

public static var NONE: Number
Nothing is returned from the dialog box.

OK

public static var OK: Number
The dialog box return value is OK (usually sent from a button labeled OK).

RETRY

public static var RETRY: Number
The dialog box return value is Retry (usually sent from a button labeled Retry).

YES

public static var YES: Number
The dialog box return value is Yes (usually sent from a button labeled Yes).


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc