GetControl Method (PSObject)
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 PSObject
Dim value As Object
value = instance.GetControl()
public virtual object GetControl()
Return Value
Null if ElementControl derived
See Also