UIX_ShowPopupFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ShowPopupFlags Enumeration}}
 
{{#customTitle:UIX_ShowPopupFlags Enumeration}}
 +
{{#parentPage:PXV:UIX|UIX_ShowPopupFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum UIX_ShowPopupFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_ShowPopupFlags
 
{
 
{
     UIX_ShowPopup_Align_LL = 1;
+
     UIX_ShowPopup_Align_LL             = 1;
     UIX_ShowPopup_Align_TB = 0;
+
     UIX_ShowPopup_Align_TB             = 0;
     UIX_ShowPopup_Align_LR = 2;
+
     UIX_ShowPopup_Align_LR             = 2;
     UIX_ShowPopup_Align_RR = 4;
+
     UIX_ShowPopup_Align_RR             = 4;
     UIX_ShowPopup_Align_RL = 8;
+
     UIX_ShowPopup_Align_RL             = 8;
     UIX_ShowPopup_Align_BT = 16;
+
     UIX_ShowPopup_Align_BT             = 16;
     UIX_ShowPopup_Align_TT = 32;
+
     UIX_ShowPopup_Align_TT             = 32;
     UIX_ShowPopup_Align_BB = 64;
+
     UIX_ShowPopup_Align_BB             = 64;
     UIX_ShowPopup_Align_Mask = 255;
+
     UIX_ShowPopup_Align_Mask           = 255;
     UIX_ShowPopup_NoChild = 256;
+
     UIX_ShowPopup_NoChild               = 256;
     UIX_ShowPopup_NoAnim = 512;
+
     UIX_ShowPopup_NoAnim               = 512;
     UIX_ShowPopup_NoBorder = 1024;
+
     UIX_ShowPopup_NoBorder             = 1024;
 
     UIX_ShowPopup_DestroyContentOnClose = 2048;
 
     UIX_ShowPopup_DestroyContentOnClose = 2048;
     UIX_ShowPopup_Modal = 4096;
+
     UIX_ShowPopup_Modal                 = 4096;
     UIX_ShowPopup_Inside = 8192;
+
     UIX_ShowPopup_Inside               = 8192;
     UIX_ShowPopup_FreePos = 16384;
+
     UIX_ShowPopup_FreePos               = 16384;
     UIX_ShowPopup_KeepContextInfo = 32768;
+
     UIX_ShowPopup_KeepContextInfo       = 32768;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:04, 23 April 2015


Specifies the ...

Syntax

enum UIX_ShowPopupFlags
{
    UIX_ShowPopup_Align_LL              = 1;
    UIX_ShowPopup_Align_TB              = 0;
    UIX_ShowPopup_Align_LR              = 2;
    UIX_ShowPopup_Align_RR              = 4;
    UIX_ShowPopup_Align_RL              = 8;
    UIX_ShowPopup_Align_BT              = 16;
    UIX_ShowPopup_Align_TT              = 32;
    UIX_ShowPopup_Align_BB              = 64;
    UIX_ShowPopup_Align_Mask            = 255;
    UIX_ShowPopup_NoChild               = 256;
    UIX_ShowPopup_NoAnim                = 512;
    UIX_ShowPopup_NoBorder              = 1024;
    UIX_ShowPopup_DestroyContentOnClose = 2048;
    UIX_ShowPopup_Modal                 = 4096;
    UIX_ShowPopup_Inside                = 8192;
    UIX_ShowPopup_FreePos               = 16384;
    UIX_ShowPopup_KeepContextInfo       = 32768;
};

Constants

UIX_ShowPopup_Align_LL
The ...
UIX_ShowPopup_Align_TB
The ...
UIX_ShowPopup_Align_LR
The ...
UIX_ShowPopup_Align_RR
The ...
UIX_ShowPopup_Align_RL
The ...
UIX_ShowPopup_Align_BT
The ...
UIX_ShowPopup_Align_TT
The ...
UIX_ShowPopup_Align_BB
The ...
UIX_ShowPopup_Align_Mask
The ...
UIX_ShowPopup_NoChild
The ...
UIX_ShowPopup_NoAnim
The ...
UIX_ShowPopup_NoBorder
The ...
UIX_ShowPopup_DestroyContentOnClose
The ...
UIX_ShowPopup_Modal
The ...
UIX_ShowPopup_Inside
The ...
UIX_ShowPopup_FreePos
The ...
UIX_ShowPopup_KeepContextInfo
The ...

See Also

See also ...