UIX_ListStyleExFlags 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:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_ListStyleExFlags Enumeration}}
 
{{#customTitle:UIX_ListStyleExFlags Enumeration}}
Line 37: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:24, 20 May 2015


Specifies the ...

Syntax

enum UIX_ListStyleExFlags
{
    UIX_ListStyleEx_InteractiveColSplitters   = 4096,
    UIX_ListStyleEx_AllowSelByMouseDown       = 8192,
    UIX_ListStyleEx_AllowSelHiddenGroupTitles = 16384,
    UIX_ListStyleEx_IgnoreStdShortcuts        = 32768,
    UIX_ListStyleEx_HighlightThumbFrameOnly   = 65536,
    UIX_ListStyleEx_EditText                  = 131072,
    UIX_ListStyleEx_GroupTitleNoBkgnd         = 262144,
};

Constants

UIX_ListStyleEx_InteractiveColSplitters
The ...
UIX_ListStyleEx_AllowSelByMouseDown
The ...
UIX_ListStyleEx_AllowSelHiddenGroupTitles
The ...
UIX_ListStyleEx_IgnoreStdShortcuts
The ...
UIX_ListStyleEx_HighlightThumbFrameOnly
The ...
UIX_ListStyleEx_EditText
The ...
UIX_ListStyleEx_GroupTitleNoBkgnd
The ...

See Also

...