Spread WinForms 15
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
See Also