RichEditControl.UpdateCommandUI() Method
Refreshes the command UI of the RichEditControl.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
Remarks
The UpdateCommandUI updates the command state for commands available to an end-user via the RichEditControl user interface. This method is called whenever any change in the layout, content or appearance of the RichEditControl occurs and the control refresh procedure is required.
See Also