UIX_MsgBoxResult Enumeration

From PDF XChange PDF SDK
Revision as of 07:03, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum UIX_MsgBoxResult
{
    UIX_OK              = 1;
    UIX_Cancel          = 2;
    UIX_Abort           = 3;
    UIX_Retry           = 4;
    UIX_Ignore          = 5;
    UIX_Yes             = 6;
    UIX_No              = 7;
    UIX_Close           = 8;
    UIX_Help            = 9;
    UIX_Try             = 10;
    UIX_Continue        = 11;
    UIX_IgnoreAll       = 12;
    UIX_YesToAll        = 13;
    UIX_NoToAll         = 14;
    _UIX_MsgBox_MaxRes_ = 15;
};

Constants

UIX_OK
The ...
UIX_Cancel
The ...
UIX_Abort
The ...
UIX_Retry
The ...
UIX_Ignore
The ...
UIX_Yes
The ...
UIX_No
The ...
UIX_Close
The ...
UIX_Help
The ...
UIX_Try
The ...
UIX_Continue
The ...
UIX_IgnoreAll
The ...
UIX_YesToAll
The ...
UIX_NoToAll
The ...
_UIX_MsgBox_MaxRes_
The ...

See Also

See also ...