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

In This Topic
    RunFontDialogForSelectionAsync Method
    In This Topic
    Runs the font dialog and sets the font of the selected text asynchronously.
    Syntax
    'Declaration
     
    Public Function RunFontDialogForSelectionAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task RunFontDialogForSelectionAsync()
    See Also