UIX_ListColumnSetMask Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:UIX_ListColumnSetMask Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_ListColumnSetMask|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum UIX_ListColumnSetMask
 +
{
 +
    UIX_ListColumnSet_Title  = 1,
 +
    UIX_ListColumnSet_Icon    = 2,
 +
    UIX_ListColumnSet_Tooltip = 4,
 +
    UIX_ListColumnSet_Width  = 8,
 +
    UIX_ListColumnSet_Style  = 16,
 +
    UIX_ListColumnSet_Param  = 32,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;UIX_ListColumnSet_Title
 +
:The ...
 +
;UIX_ListColumnSet_Icon
 +
:The ...
 +
;UIX_ListColumnSet_Tooltip
 +
:The ...
 +
;UIX_ListColumnSet_Width
 +
:The ...
 +
;UIX_ListColumnSet_Style
 +
:The ...
 +
;UIX_ListColumnSet_Param
 +
:The ...

Latest revision as of 01:36, 20 October 2015


Specifies the ...

Syntax

enum UIX_ListColumnSetMask
{
    UIX_ListColumnSet_Title   = 1,
    UIX_ListColumnSet_Icon    = 2,
    UIX_ListColumnSet_Tooltip = 4,
    UIX_ListColumnSet_Width   = 8,
    UIX_ListColumnSet_Style   = 16,
    UIX_ListColumnSet_Param   = 32,
};

Constants

UIX_ListColumnSet_Title
The ...
UIX_ListColumnSet_Icon
The ...
UIX_ListColumnSet_Tooltip
The ...
UIX_ListColumnSet_Width
The ...
UIX_ListColumnSet_Style
The ...
UIX_ListColumnSet_Param
The ...