UIX_PropSheetsStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 13: Line 13:
 
     UIX_PropSheetsStyle_ShowApplyBtn    = 256,
 
     UIX_PropSheetsStyle_ShowApplyBtn    = 256,
 
     UIX_PropSheetsStyle_ShowAdvancedBtn = 512,
 
     UIX_PropSheetsStyle_ShowAdvancedBtn = 512,
 +
    UIX_PropSheetsStyle_SortedPages    = 1024,
 
};
 
};
 
</pre>
 
</pre>
Line 20: Line 21:
 
:The ...
 
:The ...
 
;UIX_PropSheetsStyle_ShowAdvancedBtn
 
;UIX_PropSheetsStyle_ShowAdvancedBtn
 +
:The ...
 +
;UIX_PropSheetsStyle_SortedPages
 
:The ...
 
:The ...

Latest revision as of 01:17, 23 July 2018


Specifies the ...

Syntax

enum UIX_PropSheetsStyleFlags
{
    UIX_PropSheetsStyle_ShowApplyBtn    = 256,
    UIX_PropSheetsStyle_ShowAdvancedBtn = 512,
    UIX_PropSheetsStyle_SortedPages     = 1024,
};

Constants

UIX_PropSheetsStyle_ShowApplyBtn
The ...
UIX_PropSheetsStyle_ShowAdvancedBtn
The ...
UIX_PropSheetsStyle_SortedPages
The ...