Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBar Class / Elements Property


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