UIX_CmdItemState 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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_CmdItemState Enumeration}}
 
{{#customTitle:UIX_CmdItemState Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:56, 20 April 2015


Specifies the ...

Syntax

enum UIX_CmdItemState
{
    UIX_CmdItemState_Normal = 0;
    UIX_CmdItemState_Checked = 1;
    UIX_CmdItemState_Disabled = 2;
    UIX_CmdItemState_CheckedInd = 5;
    UIX_CmdItemState_NoAccel = 256;
    UIX_CmdItemState_Unknown = -1;
};

Constants

UIX_CmdItemState_Normal
The ...
UIX_CmdItemState_Checked
The ...
UIX_CmdItemState_Disabled
The ...
UIX_CmdItemState_CheckedInd
The ...
UIX_CmdItemState_NoAccel
The ...
UIX_CmdItemState_Unknown
The ...

See Also

See also ...