Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / SetFontAtSelection Method
A font object specifying the desired font for the selected text.

In This Topic
    SetFontAtSelection Method
    In This Topic
    Set the font for the selected text.
    Syntax
    'Declaration
     
    Public Sub SetFontAtSelection( _
       ByVal font As System.Drawing.Font _
    ) 
    public void SetFontAtSelection( 
       System.Drawing.Font font
    )

    Parameters

    font
    A font object specifying the desired font for the selected text.
    See Also