UIX_MsgBoxStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_MsgBoxStyleFlags Enumeration}}
 
{{#customTitle:UIX_MsgBoxStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_MsgBoxStyleFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_MsgBoxStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_MsgBoxStyleFlags
 
{
 
{
     UIX_MsgBox_OK = 1;
+
     UIX_MsgBox_OK                         = 1,
     UIX_MsgBox_OkCancel = 2;
+
     UIX_MsgBox_OkCancel                   = 2,
     UIX_MsgBox_YesNo = 3;
+
     UIX_MsgBox_YesNo                     = 3,
     UIX_MsgBox_RetryCancel = 4;
+
     UIX_MsgBox_RetryCancel               = 4,
     UIX_MsgBox_Cancel = 5;
+
     UIX_MsgBox_Cancel                     = 5,
     UIX_MsgBox_Close = 6;
+
     UIX_MsgBox_Close                     = 6,
     UIX_MsgBox_YesNoCancel = 16;
+
     UIX_MsgBox_YesNoCancel               = 16,
     UIX_MsgBox_AbortRetryIgnore = 32;
+
     UIX_MsgBox_AbortRetryIgnore           = 32,
     UIX_MsgBox_CancelTryContinue = 48;
+
     UIX_MsgBox_CancelTryContinue         = 48,
     UIX_MsgBox_IgnoreIgnoreAllAbort = 64;
+
     UIX_MsgBox_IgnoreIgnoreAllAbort       = 64,
     UIX_MsgBox_YesYesToAllNoNoToAllCancel = 80;
+
     UIX_MsgBox_YesYesToAllNoNoToAllCancel = 80,
     UIX_MsgBox_IgnoreCancel = 96;
+
     UIX_MsgBox_IgnoreCancel               = 96,
     UIX_MsgBox_YesCancel = 112;
+
     UIX_MsgBox_YesCancel                 = 112,
     UIX_MsgBox_ButtonsMask = 255;
+
     UIX_MsgBox_ButtonsMask               = 255,
     UIX_MsgBox_IconInfo = 256;
+
     UIX_MsgBox_IconInfo                   = 256,
     UIX_MsgBox_IconQuestion = 512;
+
     UIX_MsgBox_IconQuestion               = 512,
     UIX_MsgBox_IconWarning = 768;
+
     UIX_MsgBox_IconWarning               = 768,
     UIX_MsgBox_IconError = 1024;
+
     UIX_MsgBox_IconError                 = 1024,
     UIX_MsgBox_IconMask = 3840;
+
     UIX_MsgBox_IconMask                   = 3840,
     UIX_MsgBox_PlainText = 4096;
+
     UIX_MsgBox_PlainText                 = 4096,
     UIX_MsgBox_PlainHeader = 8192;
+
     UIX_MsgBox_PlainHeader               = 8192,
     UIX_MsgBox_PlainFooterText = 16384;
+
     UIX_MsgBox_PlainFooterText           = 16384,
     UIX_MsgBox_PlainRadioText = 32768;
+
     UIX_MsgBox_PlainRadioText             = 32768,
     UIX_MsgBox_PlainOptionText = 65536;
+
     UIX_MsgBox_PlainOptionText           = 65536,
     UIX_MsgBox_OptionThreeState = 1048576;
+
    UIX_MsgBox_ReturnZeroOnEsc            = 131072,
     UIX_MsgBox_Edit = 2097152;
+
    UIX_MsgBox_EditMultLine              = 262144,
     UIX_MsgBox_PasswordEdit = 4194304;
+
    UIX_MsgBox_EditNoFocus                = 524288,
     UIX_MsgBox_CustomButtonsNoStdIcon = 8388608;
+
     UIX_MsgBox_OptionThreeState           = 1048576,
     UIX_MsgBox_FooterNoStdIcon = 16777216;
+
     UIX_MsgBox_Edit                       = 2097152,
     UIX_MsgBox_FitEdit = 33554432;
+
     UIX_MsgBox_PasswordEdit               = 4194304,
     UIX_MsgBox_EditTextRequired = 67108864;
+
     UIX_MsgBox_CustomButtonsNoStdIcon     = 8388608,
     UIX_MsgBox_NoWndClose = 134217728;
+
     UIX_MsgBox_FooterNoStdIcon           = 16777216,
     UIX_MsgBox_CustomButtonsAsCommands = 268435456;
+
     UIX_MsgBox_FitEdit                   = 33554432,
     UIX_MsgBox_StdButtonsAsCommands = 536870912;
+
     UIX_MsgBox_EditTextRequired           = 67108864,
     UIX_MsgBox_CanMinimize = 1073741824;
+
     UIX_MsgBox_NoWndClose                 = 134217728,
     UIX_MsgBox_AppModal = -2147483648;
+
     UIX_MsgBox_CustomButtonsAsCommands   = 268435456,
 +
     UIX_MsgBox_StdButtonsAsCommands       = 536870912,
 +
     UIX_MsgBox_CanMinimize               = 1073741824,
 +
     UIX_MsgBox_AppModal                   = -2147483648,
 
};
 
};
 
</pre>
 
</pre>
Line 96: Line 101:
 
:The ...
 
:The ...
 
;UIX_MsgBox_PlainOptionText
 
;UIX_MsgBox_PlainOptionText
 +
:The ...
 +
;UIX_MsgBox_ReturnZeroOnEsc
 +
:The ...
 +
;UIX_MsgBox_EditMultLine
 +
:The ...
 +
;UIX_MsgBox_EditNoFocus
 
:The ...
 
:The ...
 
;UIX_MsgBox_OptionThreeState
 
;UIX_MsgBox_OptionThreeState
Line 121: Line 132:
 
;UIX_MsgBox_AppModal
 
;UIX_MsgBox_AppModal
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 09:58, 16 March 2017


Specifies the ...

Syntax

enum UIX_MsgBoxStyleFlags
{
    UIX_MsgBox_OK                         = 1,
    UIX_MsgBox_OkCancel                   = 2,
    UIX_MsgBox_YesNo                      = 3,
    UIX_MsgBox_RetryCancel                = 4,
    UIX_MsgBox_Cancel                     = 5,
    UIX_MsgBox_Close                      = 6,
    UIX_MsgBox_YesNoCancel                = 16,
    UIX_MsgBox_AbortRetryIgnore           = 32,
    UIX_MsgBox_CancelTryContinue          = 48,
    UIX_MsgBox_IgnoreIgnoreAllAbort       = 64,
    UIX_MsgBox_YesYesToAllNoNoToAllCancel = 80,
    UIX_MsgBox_IgnoreCancel               = 96,
    UIX_MsgBox_YesCancel                  = 112,
    UIX_MsgBox_ButtonsMask                = 255,
    UIX_MsgBox_IconInfo                   = 256,
    UIX_MsgBox_IconQuestion               = 512,
    UIX_MsgBox_IconWarning                = 768,
    UIX_MsgBox_IconError                  = 1024,
    UIX_MsgBox_IconMask                   = 3840,
    UIX_MsgBox_PlainText                  = 4096,
    UIX_MsgBox_PlainHeader                = 8192,
    UIX_MsgBox_PlainFooterText            = 16384,
    UIX_MsgBox_PlainRadioText             = 32768,
    UIX_MsgBox_PlainOptionText            = 65536,
    UIX_MsgBox_ReturnZeroOnEsc            = 131072,
    UIX_MsgBox_EditMultLine               = 262144,
    UIX_MsgBox_EditNoFocus                = 524288,
    UIX_MsgBox_OptionThreeState           = 1048576,
    UIX_MsgBox_Edit                       = 2097152,
    UIX_MsgBox_PasswordEdit               = 4194304,
    UIX_MsgBox_CustomButtonsNoStdIcon     = 8388608,
    UIX_MsgBox_FooterNoStdIcon            = 16777216,
    UIX_MsgBox_FitEdit                    = 33554432,
    UIX_MsgBox_EditTextRequired           = 67108864,
    UIX_MsgBox_NoWndClose                 = 134217728,
    UIX_MsgBox_CustomButtonsAsCommands    = 268435456,
    UIX_MsgBox_StdButtonsAsCommands       = 536870912,
    UIX_MsgBox_CanMinimize                = 1073741824,
    UIX_MsgBox_AppModal                   = -2147483648,
};

Constants

UIX_MsgBox_OK
The ...
UIX_MsgBox_OkCancel
The ...
UIX_MsgBox_YesNo
The ...
UIX_MsgBox_RetryCancel
The ...
UIX_MsgBox_Cancel
The ...
UIX_MsgBox_Close
The ...
UIX_MsgBox_YesNoCancel
The ...
UIX_MsgBox_AbortRetryIgnore
The ...
UIX_MsgBox_CancelTryContinue
The ...
UIX_MsgBox_IgnoreIgnoreAllAbort
The ...
UIX_MsgBox_YesYesToAllNoNoToAllCancel
The ...
UIX_MsgBox_IgnoreCancel
The ...
UIX_MsgBox_YesCancel
The ...
UIX_MsgBox_ButtonsMask
The ...
UIX_MsgBox_IconInfo
The ...
UIX_MsgBox_IconQuestion
The ...
UIX_MsgBox_IconWarning
The ...
UIX_MsgBox_IconError
The ...
UIX_MsgBox_IconMask
The ...
UIX_MsgBox_PlainText
The ...
UIX_MsgBox_PlainHeader
The ...
UIX_MsgBox_PlainFooterText
The ...
UIX_MsgBox_PlainRadioText
The ...
UIX_MsgBox_PlainOptionText
The ...
UIX_MsgBox_ReturnZeroOnEsc
The ...
UIX_MsgBox_EditMultLine
The ...
UIX_MsgBox_EditNoFocus
The ...
UIX_MsgBox_OptionThreeState
The ...
UIX_MsgBox_Edit
The ...
UIX_MsgBox_PasswordEdit
The ...
UIX_MsgBox_CustomButtonsNoStdIcon
The ...
UIX_MsgBox_FooterNoStdIcon
The ...
UIX_MsgBox_FitEdit
The ...
UIX_MsgBox_EditTextRequired
The ...
UIX_MsgBox_NoWndClose
The ...
UIX_MsgBox_CustomButtonsAsCommands
The ...
UIX_MsgBox_StdButtonsAsCommands
The ...
UIX_MsgBox_CanMinimize
The ...
UIX_MsgBox_AppModal
The ...