[Missing <summary> documentation for "M:QAliber.Engine.Controls.UIControlBase.GetDescendants(System.Int32)"]
Assembly: QAliber.Engine (in QAliber.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected List<UIControlBase> GetDescendants( int depth ) |
| Visual Basic (Declaration) |
|---|
Protected Function GetDescendants ( _ depth As Integer _ ) As List(Of UIControlBase) |
| Visual C++ |
|---|
protected: List<UIControlBase^>^ GetDescendants( int depth ) |
Parameters
- depth
- Type: System..::.Int32
[Missing <param name="depth"/> documentation for "M:QAliber.Engine.Controls.UIControlBase.GetDescendants(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:QAliber.Engine.Controls.UIControlBase.GetDescendants(System.Int32)"]