IRibbonUI.InvalidateControlMso(String) 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.
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.