Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / GetCharIndexFromPosition Method

In This Topic
    GetCharIndexFromPosition Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetCharIndexFromPosition( _
       ByVal pt As System.Drawing.Point _
    ) As System.Integer
    public virtual System.int GetCharIndexFromPosition( 
       System.Drawing.Point pt
    )

    Parameters

    pt
    See Also