Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / GetControl Method


In This Topic
    GetControl Method (ElementControl)
    In This Topic
    Gets the control.
    Syntax
    'Declaration
     
    Public Overridable Function GetControl() As Object
    'Usage
     
    Dim instance As ElementControl
    Dim value As Object
     
    value = instance.GetControl()
    public virtual object GetControl()

    Return Value

    Object containing the control; null if the control is derived from the ElementWindowless class
    See Also