Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / GetControl Method


In This Topic
    GetControl Method (ElementWindowless)
    In This Topic
    Gets the Control object if the element is derived from the ElementWindowless class.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetControl() As Object
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Object
     
    value = instance.GetControl()
    public virtual object GetControl()

    Return Value

    Null if ElementControl derived
    See Also