Difference between revisions of "RxDispatchScope"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:rxDispatchScope}} Category:Enumerations")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:rxDispatchScope}}
 
{{DISPLAYTITLE:rxDispatchScope}}
 
[[Category:Enumerations]]
 
[[Category:Enumerations]]
 +
 +
== Description ==
 +
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>

Revision as of 16:43, 13 March 2013


Description

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

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.