Difference between revisions of "RxRefreshType"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxRefreshType}} Category:Enumerations") |
|||
(One intermediate revision by the same user not shown) | |||
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=RefreshType_default}} | ||
+ | {{DocTableEntry | name=RefreshType_forceReload}} | ||
+ | {{DocTableEntry | name=RefreshType_hide}} | ||
+ | {{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> |
Latest revision as of 15:49, 13 March 2013
Description
rxRefreshType specifies the mode of an rxCustomUI's refresh operation.
Members
Property Name
|
Description
|
RefreshType_default | Default refresh; re-loads the context's UI only if necessary |
RefreshType_forceReload | Always reloads the context's UI |
RefreshType_hide | Hides the context's UI |