Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / IsCaretInTheEnd Method


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