UIX_CmdAccel Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_CmdAccel Structure}} | {{#customTitle:UIX_CmdAccel Structure}} | ||
+ | {{#parentPage:PXV:UIX_Structures|UIX_CmdAccel|structure}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 19: | Line 23: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Cmd_AddShortcut|IUIX_Cmd::AddShortcut]], [[PXV:IUIX_Cmd_AddShortcut2|IUIX_Cmd::AddShortcut2]], [[PXV:IUIX_Cmd_GetShortcut|IUIX_Cmd::GetShortcut]], [[PXV:IUIX_Cmd_ModifyShortcut|IUIX_Cmd::ModifyShortcut]], [[PXV:IUIX_Cmd_ModifyShortcut2|IUIX_Cmd::ModifyShortcut2]], [[PXV:IUIX_CmdAccelTargetCallback_OnGetCmdAccelTarget|IUIX_CmdAccelTargetCallback::OnGetCmdAccelTarget]] |
Latest revision as of 09:41, 23 May 2015
Specifies the ...
Syntax
struct UIX_CmdAccel { LONG nMod; LONG nKey; };
Members
- nMod
- Value of LONG ...
- nKey
- Value of LONG ...
See Also
IUIX_Cmd::AddShortcut, IUIX_Cmd::AddShortcut2, IUIX_Cmd::GetShortcut, IUIX_Cmd::ModifyShortcut, IUIX_Cmd::ModifyShortcut2, IUIX_CmdAccelTargetCallback::OnGetCmdAccelTarget