Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / Elements Property


In This Topic
Elements Property (IFpStatusBar)
In This Topic
Gets the collection of elements in the status bar.
Syntax
'Declaration
 
ReadOnly Property Elements As FpStatusBarElementCollection
 
'Usage
 
Dim instance As IFpStatusBar
Dim value As FpStatusBarElementCollection
 
value = instance.Elements
See Also