Spread Windows Forms 12.0 Product Documentation
GetControl Method (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : GetControl Method
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

Reference

ElementControl Class
ElementControl Members
ElementWindowless Class