UIX_TreeStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
<pre class="brush:cpp;gutter:false">enum UIX_TreeStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_TreeStyleFlags
 
{
 
{
     UIX_TreeStyle_MultSel                = 256;
+
     UIX_TreeStyle_MultSel                = 256,
     UIX_TreeStyle_UpdateAllOnResize      = 512;
+
     UIX_TreeStyle_UpdateAllOnResize      = 512,
     UIX_TreeStyle_KeepSel                = 1024;
+
     UIX_TreeStyle_KeepSel                = 1024,
     UIX_TreeStyle_ShowCheckBoxes        = 2048;
+
     UIX_TreeStyle_ShowCheckBoxes        = 2048,
     UIX_TreeStyle_ExternalCheckStates    = 4096;
+
     UIX_TreeStyle_ExternalCheckStates    = 4096,
     UIX_TreeStyle_AlwaysShowRootsToggles = 8192;
+
     UIX_TreeStyle_AlwaysShowRootsToggles = 8192,
     UIX_TreeStyle_FullRowSel            = 16384;
+
     UIX_TreeStyle_FullRowSel            = 16384,
     UIX_TreeStyle_ExternalSelection      = 32768;
+
     UIX_TreeStyle_ExternalSelection      = 32768,
     UIX_TreeStyle_GridLines              = 65536;
+
     UIX_TreeStyle_GridLines              = 65536,
     UIX_TreeStyle_ThreeChecks            = 131072;
+
     UIX_TreeStyle_ThreeChecks            = 131072,
     UIX_TreeStyle_SmallIndent            = 262144;
+
     UIX_TreeStyle_SmallIndent            = 262144,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:13, 8 May 2015


Specifies the ...

Syntax

enum UIX_TreeStyleFlags
{
    UIX_TreeStyle_MultSel                = 256,
    UIX_TreeStyle_UpdateAllOnResize      = 512,
    UIX_TreeStyle_KeepSel                = 1024,
    UIX_TreeStyle_ShowCheckBoxes         = 2048,
    UIX_TreeStyle_ExternalCheckStates    = 4096,
    UIX_TreeStyle_AlwaysShowRootsToggles = 8192,
    UIX_TreeStyle_FullRowSel             = 16384,
    UIX_TreeStyle_ExternalSelection      = 32768,
    UIX_TreeStyle_GridLines              = 65536,
    UIX_TreeStyle_ThreeChecks            = 131072,
    UIX_TreeStyle_SmallIndent            = 262144,
};

Constants

UIX_TreeStyle_MultSel
The ...
UIX_TreeStyle_UpdateAllOnResize
The ...
UIX_TreeStyle_KeepSel
The ...
UIX_TreeStyle_ShowCheckBoxes
The ...
UIX_TreeStyle_ExternalCheckStates
The ...
UIX_TreeStyle_AlwaysShowRootsToggles
The ...
UIX_TreeStyle_FullRowSel
The ...
UIX_TreeStyle_ExternalSelection
The ...
UIX_TreeStyle_GridLines
The ...
UIX_TreeStyle_ThreeChecks
The ...
UIX_TreeStyle_SmallIndent
The ...

See Also

See also ...