C1.Win.8 Assembly / C1.Framework Namespace / ImageElement Class / Children Property

In This Topic
Children Property (ImageElement)
In This Topic
Gets a list of child elements.
Syntax
'Declaration
 
Public Overridable Property Children As ElementList
 
Remarks
The base class always returns null; panel elements should be based on BasePanel.
See Also