Skip to main content

ShowFontFormCommand.ShowsModalDialog Property

Overrides a corresponding property of the base class to indicate that this command invokes a modal dialog when executing.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public override bool ShowsModalDialog { get; }

#Property Value

Type Description
Boolean

Returns true.

See Also