Spread Windows Forms 15.0
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
    public virtual ElementWindowless ActiveWindowlessObject {get; set;}
    See Also