Skip to main content

InsertPageCountFieldCommand.UpdateUIState(ICommandUIState) Method

Updates the command state and applies restrictions.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override void UpdateUIState(
    ICommandUIState state
)

Parameters

Name Type Description
state ICommandUIState

An ICommandUIState interface defining the state of a command.

Remarks

Use the UpdateUIState method to update the command state created by the Command.CreateDefaultCommandUIState and apply restrictions. Then, you can decide whether to perform the action and call the Command.ForceExecute method, if required.

See Also