FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / GetRectFromCharacterIndex Method / GetRectFromCharacterIndex(Int32,Boolean) Method

In This Topic
    GetRectFromCharacterIndex(Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetRectFromCharacterIndex( _
       ByVal charIndex As Integer, _
       ByVal trailingEdge As Boolean _
    ) As Rect
    public Rect GetRectFromCharacterIndex( 
       int charIndex,
       bool trailingEdge
    )

    Parameters

    charIndex
    trailingEdge
    See Also