IRibbonUI.InvalidateControlMso(String) Method

Definition

Used to invalidate a built-in control.

public:
 void InvalidateControlMso(System::String ^ ControlID);
public void InvalidateControlMso (string ControlID);
abstract member InvalidateControlMso : string -> unit
Public Sub InvalidateControlMso (ControlID As String)

Parameters

ControlID
String

Specified the identifier of the control that will be invalidated.

Remarks

Invalidating a control repaints the screen and causes any callback procedures associated with that control to run.

Applies to