Difference between revisions of "Method create"

From Ribbon Commander Documentation
Jump to: navigation, search
(Parameters)
(Description)
Line 3: Line 3:
  
 
== Description ==
 
== Description ==
Method Description
+
Static factory method for [[rxCustomUI]] objects. A new context if created if required.
  
 
== Parameters ==
 
== Parameters ==

Revision as of 15:05, 14 March 2013

This section is under construction. Please do not rely on any information it contains.


Description

Static factory method for rxCustomUI objects. A new context if created if required.

Parameters

Parameter Name
Parameter Type
Default Value
Description
contextId string null The context's unique string identifier
description string 'Dynamic RibbonX' The context's description
dispatchScope rxDispatchScope DispatchScope_local (VBA-specific) The context's dispatch mode
customUIMode rxCustomUIMode CustomUIMode_dynamic The context's mode

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.