UIX_ListStyleExFlags Enumeration

From PDF XChange PDF SDK
Revision as of 22:57, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

See also ...