Difference between revisions of "RxDispatchScope"

From Ribbon Commander Documentation
Jump to: navigation, search
(Description)
 
Line 3: Line 3:
  
 
== Description ==
 
== Description ==
rxDispatchScope specifies the delegate-dispatch scope of an [[rxCustomUI]]'s context.
+
(VBA specific) rxDispatchScope specifies the delegate-dispatch scope of an [[rxCustomUI]]'s context.
  
 
== Members ==
 
== Members ==

Latest revision as of 16: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

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.