Skip to main content

ToggleParagraphAlignmentJustifyCommand.Execute() Method

Executes the command on the current command target.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v26.1.Core.dll

Declaration

public override void Execute()

Remarks

The Execute method checks the command state before executing, and decides whether the action can be performed.

See Also