The parent of the control
Namespace:
QAliber.Engine.ControlsAssembly: QAliber.Engine (in QAliber.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual UIControlBase Parent { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property Parent As UIControlBase |
| Visual C++ |
|---|
public: virtual property UIControlBase^ Parent { UIControlBase^ get (); void set (UIControlBase^ value); } |