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


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