UIX_LayoutStyleFlags 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_LayoutStyleFlags Enumeration}}
 
{{#customTitle:UIX_LayoutStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX|UIX_LayoutStyleFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum UIX_LayoutStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_LayoutStyleFlags
 
{
 
{
     UIX_LayoutStyle_TabContainerRequired = 256;
+
     UIX_LayoutStyle_TabContainerRequired   = 256;
     UIX_LayoutStyle_ShowRootGaps = 512;
+
     UIX_LayoutStyle_ShowRootGaps           = 512;
     UIX_LayoutStyle_PanesNoReorder = 1024;
+
     UIX_LayoutStyle_PanesNoReorder         = 1024;
     UIX_LayoutStyle_StaticSplitters = 2048;
+
     UIX_LayoutStyle_StaticSplitters       = 2048;
     UIX_LayoutStyle_PanesNoClose = 4096;
+
     UIX_LayoutStyle_PanesNoClose           = 4096;
     UIX_LayoutStyle_ClipByClient = 8192;
+
     UIX_LayoutStyle_ClipByClient           = 8192;
 
     UIX_LayoutStyle_AllowCloseTabsByMClick = 16384;
 
     UIX_LayoutStyle_AllowCloseTabsByMClick = 16384;
 
};
 
};

Revision as of 07:03, 23 April 2015


Specifies the ...

Syntax

enum UIX_LayoutStyleFlags
{
    UIX_LayoutStyle_TabContainerRequired   = 256;
    UIX_LayoutStyle_ShowRootGaps           = 512;
    UIX_LayoutStyle_PanesNoReorder         = 1024;
    UIX_LayoutStyle_StaticSplitters        = 2048;
    UIX_LayoutStyle_PanesNoClose           = 4096;
    UIX_LayoutStyle_ClipByClient           = 8192;
    UIX_LayoutStyle_AllowCloseTabsByMClick = 16384;
};

Constants

UIX_LayoutStyle_TabContainerRequired
The ...
UIX_LayoutStyle_ShowRootGaps
The ...
UIX_LayoutStyle_PanesNoReorder
The ...
UIX_LayoutStyle_StaticSplitters
The ...
UIX_LayoutStyle_PanesNoClose
The ...
UIX_LayoutStyle_ClipByClient
The ...
UIX_LayoutStyle_AllowCloseTabsByMClick
The ...

See Also

See also ...