Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBarElement Interface / Owner Property


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