Difference between revisions of "RxDelegate"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxDelegate}} Category:Framework Objects") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rxDelegate}} | {{DISPLAYTITLE:rxDelegate}} | ||
[[Category:Framework Objects]] | [[Category:Framework Objects]] | ||
+ | |||
+ | |||
+ | == Description == | ||
+ | rxDelegate specifies a multicast Dynamic RibbonX delegate that gets created with [[rxCustomUI]]'s [[Method make_delegate|make_delegate]] method. | ||
+ | |||
+ | == Properties == | ||
+ | {{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | ||
+ | {{DocTableEntry | name=delegateType}} | ||
+ | {{DocTableEntry | name=methodName}} | ||
+ | {{DocTableEnd}} | ||
+ | |||
+ | == {{Collections Section Title}} == | ||
+ | {{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | ||
+ | {{DocTableColEntry | controlName=rxDelegate| propName=invocationList}} | ||
+ | {{DocTableEntry | name=ribbonXControls}} | ||
+ | {{DocTableEnd}} | ||
+ | |||
+ | == Methods == | ||
+ | {{DocTableBegin | Col1Name=Method Name | Col2Name=Description}} | ||
+ | {{DocTableEnd}} | ||
+ | |||
+ | |||
+ | == 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 15:59, 13 March 2013
Contents
Description
rxDelegate specifies a multicast Dynamic RibbonX delegate that gets created with rxCustomUI's make_delegate method.
Properties
Property Name
|
Description
|
delegateType | (read-only) The delegate's type |
methodName | (read-only) The delegate's target method name |
Contained Controls
Property Name
|
Description
|
invocationList | A collection of delegates to which the specified callback is dispatched |
ribbonXControls | The collection of all contained ribbonX controls |
Methods
Method Name
|
Description
|