UIX_CmdItemUpdateFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
| Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_CmdItemUpdateFlags Enumeration}} | {{#customTitle:UIX_CmdItemUpdateFlags Enumeration}} | ||
| + | {{ToWrite}} | ||
| + | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Revision as of 21:56, 20 April 2015
Specifies the ...
Syntax
enum UIX_CmdItemUpdateFlags
{
UIX_CmdItemUpdate_State = 1;
UIX_CmdItemUpdate_Title = 2;
UIX_CmdItemUpdate_Icon = 4;
UIX_CmdItemUpdate_Style = 8;
UIX_CmdItemUpdate_Shortcut = 16;
UIX_CmdItemUpdate_CtlSize = 32;
UIX_CmdItemUpdate_CtlContent = 64;
UIX_CmdItemUpdate_All = -1;
};
Constants
- UIX_CmdItemUpdate_State
- The ...
- UIX_CmdItemUpdate_Title
- The ...
- UIX_CmdItemUpdate_Icon
- The ...
- UIX_CmdItemUpdate_Style
- The ...
- UIX_CmdItemUpdate_Shortcut
- The ...
- UIX_CmdItemUpdate_CtlSize
- The ...
- UIX_CmdItemUpdate_CtlContent
- The ...
- UIX_CmdItemUpdate_All
- The ...
See Also
See also ...