FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ActiveWindowlessObject Property


In This Topic
ActiveWindowlessObject Property (ElementContainerControl)
In This Topic
Gets or sets the active child object of the control.
Syntax
'Declaration
 
Public Overridable Property ActiveWindowlessObject As ElementWindowless
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As ElementWindowless
 
instance.ActiveWindowlessObject = value
 
value = instance.ActiveWindowlessObject
See Also