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

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