Commands2.UpdateCommandUI(Boolean) Method

Definition

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

Applies to