UIX_ListItemHTFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 30: Line 30:
 
;UIX_ListItemHT_CheckBox
 
;UIX_ListItemHT_CheckBox
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Revision as of 06:18, 23 May 2015


Specifies the ...

Syntax

enum UIX_ListItemHTFlags
{
    UIX_ListItemHT_Item     = 1,
    UIX_ListItemHT_Image    = 2,
    UIX_ListItemHT_Text     = 4,
    UIX_ListItemHT_Toggle   = 8,
    UIX_ListItemHT_CheckBox = 16,
};

Constants

UIX_ListItemHT_Item
The ...
UIX_ListItemHT_Image
The ...
UIX_ListItemHT_Text
The ...
UIX_ListItemHT_Toggle
The ...
UIX_ListItemHT_CheckBox
The ...