Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Elements Property


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