Back to Devexpress

ChangeFontNameCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-7c82c386.md

latest2.0 KB
Original Source

ChangeFontNameCommand Class

A command to change the font typeface of the selected text.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ChangeFontNameCommand :
    ChangeCharacterFormattingCommandBase<string>
vb
Public Class ChangeFontNameCommand
    Inherits ChangeCharacterFormattingCommandBase(Of String)

Remarks

Use the ICommandUIState.EditValue to specify font name.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeCharacterFormattingCommandBase<String> ChangeFontNameCommand

See Also

ChangeFontNameCommand Members

DevExpress.XtraRichEdit.Commands Namespace