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

In This Topic
    GetSelectionFontInfoAsync Method
    In This Topic
    Retrieves the current font information of the text at the cursor asynchronously.
    Syntax
    'Declaration
     
    Public Function GetSelectionFontInfoAsync() As System.Threading.Tasks.Task(Of Font)
    public System.Threading.Tasks.Task<Font> GetSelectionFontInfoAsync()

    Return Value

    The current Font object or null.
    See Also