Abstract class. represents a control in a user-interface under windows OS.
All Desktop elements derive from this class, most useable control's actions and properties are derived from this class.
Search and drill down indexers inherited by all Desktop controls.
Namespace:
QAliber.Engine.ControlsAssembly: QAliber.Engine (in QAliber.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class UIControlBase : ICustomTypeDescriptor |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class UIControlBase _ Implements ICustomTypeDescriptor |
| Visual C++ |
|---|
[SerializableAttribute] public ref class UIControlBase abstract : ICustomTypeDescriptor |
Inheritance Hierarchy
System..::.Object
QAliber.Engine.Controls..::.UIControlBase
QAliber.Engine.Controls.UIA..::.UIAControl
QAliber.Engine.Controls.Web..::.WebControl
QAliber.Engine.Controls.Web..::.WebRoot
QAliber.Engine.Controls.WPF..::.WPFControl
QAliber.Engine.Controls.WPF..::.WPFRoot
QAliber.Engine.Controls..::.UIControlBase
QAliber.Engine.Controls.UIA..::.UIAControl
QAliber.Engine.Controls.Web..::.WebControl
QAliber.Engine.Controls.Web..::.WebRoot
QAliber.Engine.Controls.WPF..::.WPFControl
QAliber.Engine.Controls.WPF..::.WPFRoot