Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBar Class / Owner Property


In This Topic
    Owner Property (FpStatusBar)
    In This Topic
    Gets the fpspread that owns the status bar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As FpSpread
    'Usage
     
    
    Dim instance As FpStatusBar
    Dim value As FpSpread
     
    value = instance.Owner
    public FpSpread Owner {get;}
    See Also