Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / Elements Property


In This Topic
    Elements Property
    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