UIX_CmdCustomizedFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:UIX_CmdCustomizedFlags Enumeration}} | {{#customTitle:UIX_CmdCustomizedFlags Enumeration}} | ||
{{#parentPage:PXV:UIX_Enumerations|UIX_CmdCustomizedFlags|enum}} | {{#parentPage:PXV:UIX_Enumerations|UIX_CmdCustomizedFlags|enum}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the command customization flags. |
== Syntax == | == Syntax == | ||
Line 21: | Line 20: | ||
== Constants == | == Constants == | ||
;UIX_CmdCustomized_Panes | ;UIX_CmdCustomized_Panes | ||
− | :The | + | :The command pane is being customized. |
;UIX_CmdCustomized_Lines | ;UIX_CmdCustomized_Lines | ||
− | :The | + | :The command line is being customized. |
;UIX_CmdCustomized_Bars | ;UIX_CmdCustomized_Bars | ||
− | :The | + | :The command bar is being customized. |
;UIX_CmdCustomized_Items | ;UIX_CmdCustomized_Items | ||
− | :The | + | :The command item is being customized. |
;UIX_CmdCustomized_Commands | ;UIX_CmdCustomized_Commands | ||
− | :The | + | :The command is being customized. |
Latest revision as of 05:32, 21 December 2016
Specifies the command customization flags.
Syntax
enum UIX_CmdCustomizedFlags { UIX_CmdCustomized_Panes = 1, UIX_CmdCustomized_Lines = 2, UIX_CmdCustomized_Bars = 4, UIX_CmdCustomized_Items = 8, UIX_CmdCustomized_Commands = 16, };
Constants
- UIX_CmdCustomized_Panes
- The command pane is being customized.
- UIX_CmdCustomized_Lines
- The command line is being customized.
- UIX_CmdCustomized_Bars
- The command bar is being customized.
- UIX_CmdCustomized_Items
- The command item is being customized.
- UIX_CmdCustomized_Commands
- The command is being customized.