Difference between revisions of "RxRefreshType"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxRefreshType}} Category:Enumerations") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rxRefreshType}} | {{DISPLAYTITLE:rxRefreshType}} | ||
[[Category:Enumerations]] | [[Category:Enumerations]] | ||
+ | |||
+ | == Description == | ||
+ | rxRefreshType specifies the mode of an [[rxCustomUI]]'s [[Method refresh | refresh]] operation. | ||
+ | |||
+ | == Members == | ||
+ | {{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | ||
+ | {{DocTableEntry | name=DispatchScope_local}} | ||
+ | {{DocTableEntry | name=DispatchScope_global}} | ||
+ | {{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:47, 13 March 2013
Description
rxRefreshType specifies the mode of an rxCustomUI's refresh operation.
Members
Property Name
|
Description
|
DispatchScope_local | Local (VBA class) dispatch |
DispatchScope_global | Global (VBA standard module) dispatch |