FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / GetCharacterIndexFromPoint Method

In This Topic
    GetCharacterIndexFromPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetCharacterIndexFromPoint( _
       ByVal point As Point, _
       ByVal snapToText As Boolean _
    ) As Integer
    public int GetCharacterIndexFromPoint( 
       Point point,
       bool snapToText
    )

    Parameters

    point
    snapToText
    See Also