Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / GetCurrentLine Method


In This Topic
    GetCurrentLine Method (FpCombo)
    In This Topic
    Gets the current line.
    Syntax
    'Declaration
     
    
    Public Function GetCurrentLine() As Integer
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As Integer
     
    value = instance.GetCurrentLine()
    public int GetCurrentLine()
    See Also