Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / RunFontDialogForParagraphAsync Method

In This Topic
    RunFontDialogForParagraphAsync Method
    In This Topic
    Runs the font dialog and sets the font for the paragraph at the current cursor position asynchronously.
    Syntax
    'Declaration
     
    Public Function RunFontDialogForParagraphAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task RunFontDialogForParagraphAsync()
    See Also