Difference between revisions of "RxDispatchScope"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxDispatchScope}} Category:Enumerations") |
(→Description) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rxDispatchScope}} | {{DISPLAYTITLE:rxDispatchScope}} | ||
[[Category:Enumerations]] | [[Category:Enumerations]] | ||
+ | |||
+ | == Description == | ||
+ | (VBA specific) rxDispatchScope specifies the delegate-dispatch scope of an [[rxCustomUI]]'s context. | ||
+ | |||
+ | == Members == | ||
+ | {{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | ||
+ | {{DocTableEntry | name=DispatchScope_local}} | ||
+ | {{DocTableEntry | name=DispatchScope_global}} | ||
+ | {{DocTableEnd}} | ||
+ | |||
+ | == Remarks == | ||
+ | |||
+ | == Examples == | ||
+ | |||
+ | === VBA === | ||
+ | <syntaxhighlight lang="vb" line> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | === C# === | ||
+ | <syntaxhighlight lang="csharp" line> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | === VB.NET === | ||
+ | <syntaxhighlight lang="vb" line> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | === C++ === | ||
+ | <syntaxhighlight lang="cpp" line> | ||
+ | </syntaxhighlight> |
Latest revision as of 15:45, 13 March 2013
Description
(VBA specific) rxDispatchScope specifies the delegate-dispatch scope of an rxCustomUI's context.
Members
Property Name
|
Description
|
DispatchScope_local | Local (VBA class) dispatch |
DispatchScope_global | Global (VBA standard module) dispatch |