UIX_CmdNotifyCodes Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum UIX_CmdNotifyCodes | <pre class="brush:cpp;gutter:false">enum UIX_CmdNotifyCodes | ||
{ | { | ||
− | UIX_CmdNotify_Exec = 1 | + | UIX_CmdNotify_Exec = 1, |
− | UIX_CmdNotify_BeforeShowPopup = 2 | + | UIX_CmdNotify_BeforeShowPopup = 2, |
− | UIX_CmdNotify_PopupShowed = 3 | + | UIX_CmdNotify_PopupShowed = 3, |
− | UIX_CmdNotify_BeforeHidePopup = 4 | + | UIX_CmdNotify_BeforeHidePopup = 4, |
− | UIX_CmdNotify_PopupClosed = 5 | + | UIX_CmdNotify_PopupClosed = 5, |
− | UIX_CmdNotify_CtlNotify = 6 | + | UIX_CmdNotify_CtlNotify = 6, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:11, 8 May 2015
Specifies the ...
Syntax
enum UIX_CmdNotifyCodes { UIX_CmdNotify_Exec = 1, UIX_CmdNotify_BeforeShowPopup = 2, UIX_CmdNotify_PopupShowed = 3, UIX_CmdNotify_BeforeHidePopup = 4, UIX_CmdNotify_PopupClosed = 5, UIX_CmdNotify_CtlNotify = 6, };
Constants
- UIX_CmdNotify_Exec
- The ...
- UIX_CmdNotify_BeforeShowPopup
- The ...
- UIX_CmdNotify_PopupShowed
- The ...
- UIX_CmdNotify_BeforeHidePopup
- The ...
- UIX_CmdNotify_PopupClosed
- The ...
- UIX_CmdNotify_CtlNotify
- The ...
See Also
See also ...