Difference between revisions of "Method create"

From Ribbon Commander Documentation
Jump to: navigation, search
(Parameters)
(Parameters)
Line 9: Line 9:
 
{{FuncTableEntry | name=contextId | type=string | value=null | desc=The context's unique string identifier}}
 
{{FuncTableEntry | name=contextId | type=string | value=null | desc=The context's unique string identifier}}
 
{{FuncTableEntry | name=description | type=string | value='Dynamic RibbonX' | desc=The context's description}}
 
{{FuncTableEntry | name=description | type=string | value='Dynamic RibbonX' | desc=The context's description}}
 +
{{FuncTableEntry | name=dispatchScope | type=[[rxDispatchScope]] | value=DispatchScope_local | desc=(VBA-specific) The context's dispatch mode}}
 +
{{FuncTableEntry | name=customUIMode | type=[[rxCustomUIMode]] | value=CustomUIMode_dynamic | desc=The context's mode}}
 
{{FuncTableEnd}}
 
{{FuncTableEnd}}
  

Revision as of 15:01, 14 March 2013

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


Description

Method Description

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.