UIX_CmdNotifyCodes Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_CmdNotifyCodes Enumeration}}
 
{{#customTitle:UIX_CmdNotifyCodes Enumeration}}
{{#parentPage:PXV:UIX|UIX_CmdNotifyCodes Enumeration|enum}}
+
{{#parentPage:PXV:UIX_Enumerations|UIX_CmdNotifyCodes|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 17: Line 17:
 
     UIX_CmdNotify_PopupClosed    = 5,
 
     UIX_CmdNotify_PopupClosed    = 5,
 
     UIX_CmdNotify_CtlNotify      = 6,
 
     UIX_CmdNotify_CtlNotify      = 6,
 +
    UIX_CmdNotify_LinkClicked    = 7,
 +
    UIX_CmdNotify_TipClosed      = 8,
 
};
 
};
 
</pre>
 
</pre>
Line 33: Line 35:
 
;UIX_CmdNotify_CtlNotify
 
;UIX_CmdNotify_CtlNotify
 
:The ...
 
:The ...
 
+
;UIX_CmdNotify_LinkClicked
== See Also ==
+
:The ...
...
+
;UIX_CmdNotify_TipClosed
 +
:The ...

Latest revision as of 08:18, 25 March 2020


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,
    UIX_CmdNotify_LinkClicked     = 7,
    UIX_CmdNotify_TipClosed       = 8,
};

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 ...
UIX_CmdNotify_LinkClicked
The ...
UIX_CmdNotify_TipClosed
The ...