Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / ActiveLink Property


In This Topic
    ActiveLink Property
    In This Topic
    Returns the active link.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveLink As Integer
    'Usage
     
    
    Dim instance As FpHyperlink
    Dim value As Integer
     
    value = instance.ActiveLink
    public int ActiveLink {get;}
    See Also