Difference between revisions of "Method make delegate"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{Under Construction}}")
 
Line 1: Line 1:
{{Under Construction}}
+
== Description ==
 +
Creates a new [[rxDelegate]] object associated to a callback function and owned by the [[rxCustomUI]] instance.
 +
 
 +
== Parameters ==
 +
{{FuncTableBegin}}
 +
{{FuncTableEntry | name=methodName | type=string | ''[none]'' | desc=The name of the target callback function}}
 +
{{FuncTableEntry | name=return | type=[[rxDelegate]] | value=''[none]'' | desc=The newly created rxDelegate}}
 +
{{FuncTableEnd}}
 +
 
 +
== 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 17:24, 14 March 2013

Description

Creates a new rxDelegate object associated to a callback function and owned by the rxCustomUI instance.

Parameters

Parameter Name
Parameter Type
Default Value
Description
methodName string {{{value}}} The name of the target callback function
return rxDelegate [none] The newly created rxDelegate

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.