Back to Devexpress

RichEditControl.UpdateCommandUI() Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-74e336e2.md

latest1.2 KB
Original Source

RichEditControl.UpdateCommandUI() Method

Refreshes the command UI of the RichEditControl.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public void UpdateCommandUI()
vb
Public Sub UpdateCommandUI

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

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace