Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IWindowlessChildSupport Interface / ActiveWindowlessObject Property


In This Topic
    ActiveWindowlessObject Property (IWindowlessChildSupport)
    In This Topic
    Gets or sets the active windowless object.
    Syntax
    'Declaration
     
    
    Property ActiveWindowlessObject As ElementWindowless
    'Usage
     
    
    Dim instance As IWindowlessChildSupport
    Dim value As ElementWindowless
     
    instance.ActiveWindowlessObject = value
     
    value = instance.ActiveWindowlessObject
    ElementWindowless ActiveWindowlessObject {get; set;}
    See Also