Spread Windows Forms 15.0
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()
    See Also