Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / Owner Property


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