Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / IsCaretInTheBeginning Method


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