The children of the control (as seen in the UI control browser)
Namespace:
QAliber.Engine.ControlsAssembly: QAliber.Engine (in QAliber.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual List<UIControlBase> Children { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property Children As List(Of UIControlBase) |
| Visual C++ |
|---|
public: virtual property List<UIControlBase^>^ Children { List<UIControlBase^>^ get (); } |