Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / IsCaretInTheEnd Method


In This Topic
    IsCaretInTheEnd Method (MultiColumnComboBoxCellType)
    In This Topic
    Gets whether the caret is at the end.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsCaretInTheEnd() As Boolean
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Boolean
     
    value = instance.IsCaretInTheEnd()
    protected override bool IsCaretInTheEnd()
    See Also