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 19: Line 19:
 
     UIX_ListStyleEx_GroupTitleNoBkgnd        = 262144,
 
     UIX_ListStyleEx_GroupTitleNoBkgnd        = 262144,
 
     UIX_ListStyleEx_HideSel                  = 524288,
 
     UIX_ListStyleEx_HideSel                  = 524288,
    UIX_ListStyleEx_HideHot                  = 1048576,
 
 
};
 
};
 
</pre>
 
</pre>
Line 39: Line 38:
 
:The ...
 
:The ...
 
;UIX_ListStyleEx_HideSel
 
;UIX_ListStyleEx_HideSel
:The ...
 
;UIX_ListStyleEx_HideHot
 
 
:The ...
 
:The ...

Latest revision as of 04:40, 18 November 2020


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,
    UIX_ListStyleEx_HideSel                   = 524288,
};

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 ...
UIX_ListStyleEx_HideSel
The ...