[This is preliminary documentation and is subject to change.]
Gets control from object
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Protected Overridable Function GetControl ( _
Control As Object _
) As Control |
| Visual C++ |
|---|
protected:
virtual Control^ GetControl(
Object^ Control
) |
| JScript |
|---|
protected function GetControl(
Control : Object
) : Control |
Return Value
Control which represents
Control. For same
Control returns same
Control. Returns null if
Control is null or it is of unsupported type.
See Also
Version History
1.5.2
- Fixed: First call for Control being UIElement returns null.