UIX_ListStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ListStyleFlags Enumeration}}
 
{{#customTitle:UIX_ListStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_ListStyleFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_ListStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_ListStyleFlags
 
{
 
{
     UIX_ListStyle_ShowHeader = 256;
+
     UIX_ListStyle_ShowHeader             = 256,
     UIX_ListStyle_ShowGroupTitles = 512;
+
     UIX_ListStyle_ShowGroupTitles         = 512,
     UIX_ListStyle_MultSel = 1024;
+
     UIX_ListStyle_MultSel                 = 1024,
     UIX_ListStyle_AutoSizeColumns = 2048;
+
     UIX_ListStyle_AutoSizeColumns         = 2048,
     UIX_ListStyle_TilesView = 4096;
+
     UIX_ListStyle_TilesView               = 4096,
     UIX_ListStyle_TextBelowTile = 8192;
+
     UIX_ListStyle_TextBelowTile           = 8192,
     UIX_ListStyle_ImageVCenter = 16384;
+
     UIX_ListStyle_ImageVCenter           = 16384,
     UIX_ListStyle_UpdateAllOnResize = 32768;
+
     UIX_ListStyle_UpdateAllOnResize       = 32768,
     UIX_ListStyle_StaticHeader = 65536;
+
     UIX_ListStyle_StaticHeader           = 65536,
     UIX_ListStyle_KeepSel = 131072;
+
     UIX_ListStyle_KeepSel                 = 131072,
     UIX_ListStyle_SingleColumnFitByClient = 262144;
+
     UIX_ListStyle_SingleColumnFitByClient = 262144,
     UIX_ListStyle_ShowCheckBoxes = 524288;
+
     UIX_ListStyle_ShowCheckBoxes         = 524288,
     UIX_ListStyle_ExternalCheckStates = 1048576;
+
     UIX_ListStyle_ExternalCheckStates     = 1048576,
     UIX_ListStyle_NoToggleGroups = 2097152;
+
     UIX_ListStyle_NoToggleGroups         = 2097152,
     UIX_ListStyle_GroupTitlesNoSel = 4194304;
+
     UIX_ListStyle_GroupTitlesNoSel       = 4194304,
     UIX_ListStyle_StaticGroupTitles = 8388608;
+
     UIX_ListStyle_StaticGroupTitles       = 8388608,
     UIX_ListStyle_NoInputFocus = 16777216;
+
     UIX_ListStyle_NoInputFocus           = 16777216,
     UIX_ListStyle_ExternalSelection = 33554432;
+
     UIX_ListStyle_ExternalSelection       = 33554432,
     UIX_ListStyle_AllowSelByMouseUp = 67108864;
+
     UIX_ListStyle_AllowSelByMouseUp       = 67108864,
     UIX_ListStyle_NoSortHeader = 134217728;
+
     UIX_ListStyle_NoSortHeader           = 134217728,
     UIX_ListStyle_GroupTitlesNoBold = 268435456;
+
     UIX_ListStyle_GroupTitlesNoBold       = 268435456,
     UIX_ListStyle_NoToggleEmptyGroups = 536870912;
+
     UIX_ListStyle_NoToggleEmptyGroups     = 536870912,
     UIX_ListStyle_GridLines = 1073741824;
+
     UIX_ListStyle_GridLines               = 1073741824,
     UIX_ListStyle_ShowThumbFrame = -2147483648;
+
     UIX_ListStyle_ShowThumbFrame         = -2147483648,
 
};
 
};
 
</pre>
 
</pre>
Line 85: Line 87:
 
;UIX_ListStyle_ShowThumbFrame
 
;UIX_ListStyle_ShowThumbFrame
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:43, 23 May 2015


Specifies the ...

Syntax

enum UIX_ListStyleFlags
{
    UIX_ListStyle_ShowHeader              = 256,
    UIX_ListStyle_ShowGroupTitles         = 512,
    UIX_ListStyle_MultSel                 = 1024,
    UIX_ListStyle_AutoSizeColumns         = 2048,
    UIX_ListStyle_TilesView               = 4096,
    UIX_ListStyle_TextBelowTile           = 8192,
    UIX_ListStyle_ImageVCenter            = 16384,
    UIX_ListStyle_UpdateAllOnResize       = 32768,
    UIX_ListStyle_StaticHeader            = 65536,
    UIX_ListStyle_KeepSel                 = 131072,
    UIX_ListStyle_SingleColumnFitByClient = 262144,
    UIX_ListStyle_ShowCheckBoxes          = 524288,
    UIX_ListStyle_ExternalCheckStates     = 1048576,
    UIX_ListStyle_NoToggleGroups          = 2097152,
    UIX_ListStyle_GroupTitlesNoSel        = 4194304,
    UIX_ListStyle_StaticGroupTitles       = 8388608,
    UIX_ListStyle_NoInputFocus            = 16777216,
    UIX_ListStyle_ExternalSelection       = 33554432,
    UIX_ListStyle_AllowSelByMouseUp       = 67108864,
    UIX_ListStyle_NoSortHeader            = 134217728,
    UIX_ListStyle_GroupTitlesNoBold       = 268435456,
    UIX_ListStyle_NoToggleEmptyGroups     = 536870912,
    UIX_ListStyle_GridLines               = 1073741824,
    UIX_ListStyle_ShowThumbFrame          = -2147483648,
};

Constants

UIX_ListStyle_ShowHeader
The ...
UIX_ListStyle_ShowGroupTitles
The ...
UIX_ListStyle_MultSel
The ...
UIX_ListStyle_AutoSizeColumns
The ...
UIX_ListStyle_TilesView
The ...
UIX_ListStyle_TextBelowTile
The ...
UIX_ListStyle_ImageVCenter
The ...
UIX_ListStyle_UpdateAllOnResize
The ...
UIX_ListStyle_StaticHeader
The ...
UIX_ListStyle_KeepSel
The ...
UIX_ListStyle_SingleColumnFitByClient
The ...
UIX_ListStyle_ShowCheckBoxes
The ...
UIX_ListStyle_ExternalCheckStates
The ...
UIX_ListStyle_NoToggleGroups
The ...
UIX_ListStyle_GroupTitlesNoSel
The ...
UIX_ListStyle_StaticGroupTitles
The ...
UIX_ListStyle_NoInputFocus
The ...
UIX_ListStyle_ExternalSelection
The ...
UIX_ListStyle_AllowSelByMouseUp
The ...
UIX_ListStyle_NoSortHeader
The ...
UIX_ListStyle_GroupTitlesNoBold
The ...
UIX_ListStyle_NoToggleEmptyGroups
The ...
UIX_ListStyle_GridLines
The ...
UIX_ListStyle_ShowThumbFrame
The ...