C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HyperlinkElement Class / Children Property

In This Topic
Children Property (HyperlinkElement)
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 C1.Framework.BasePanel.
See Also