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

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