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

In This Topic
    RemoveParagraphFontAtSelectionAsync Method
    In This Topic
    Removes any overriding font for the paragraph at the current cursor position asynchronously.
    Syntax
    'Declaration
     
    Public Function RemoveParagraphFontAtSelectionAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task RemoveParagraphFontAtSelectionAsync()
    See Also