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


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