Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Elements Property


In This Topic
    Elements Property (ElementWindowless)
    In This Topic
    Gets the collection of IElement-derived objects that the current ElementWindowless object contains.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property Elements As Elements
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Elements
     
    value = instance.Elements
    protected virtual Elements Elements {get;}
    See Also