Difference between revisions of "Method create"

From Ribbon Commander Documentation
Jump to: navigation, search
(Parameters)
(Parameters)
Line 7: Line 7:
 
== Parameters ==
 
== Parameters ==
 
{{FuncTableBegin}}
 
{{FuncTableBegin}}
{{FuncTableEntry | name=contextId | type=string | value='' | 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}}
 
{{FuncTableEnd}}
 
{{FuncTableEnd}}

Revision as of 14:59, 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

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.