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

In This Topic
    ClearStylesAtSelectionAsync Method
    In This Topic
    Removes all text styling definitions within the selected regions and outer definitions will be applied asynchronously.
    Syntax
    'Declaration
     
    Public Function ClearStylesAtSelectionAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task ClearStylesAtSelectionAsync()
    See Also