Commands2.UpdateCommandUI(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forces a refresh of the command UI state.
public:
void UpdateCommandUI(bool PerformImmediately);
public:
void UpdateCommandUI(bool PerformImmediately);
void UpdateCommandUI(bool PerformImmediately);
[System.Runtime.InteropServices.DispId(21)]
public void UpdateCommandUI (bool PerformImmediately);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member UpdateCommandUI : bool -> unit
Public Sub UpdateCommandUI (PerformImmediately As Boolean)
Parameters
- PerformImmediately
- Boolean
Optional. If true, then the update is performed before UpdateCommandUI(Boolean) returns. If false, then UpdateCommandUI(Boolean) returns and the update is performed during idle time.
- Attributes