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

In This Topic
    StrikeThroughSelectionAsync Method
    In This Topic
    Adds the StrikeThrough attribute to the currently selected text asynchronously.
    Syntax
    'Declaration
     
    Public Function StrikeThroughSelectionAsync() As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task StrikeThroughSelectionAsync()
    See Also