GrabHandleFromPoint Method (PSObject)
In This Topic
Returns the grab handle from the specified point.
Syntax
'Declaration
Public Overridable Function GrabHandleFromPoint( _
ByVal As Point _
) As Integer
'Usage
Dim instance As PSObject
Dim pt As Point
Dim value As Integer
value = instance.GrabHandleFromPoint(pt)
public virtual int GrabHandleFromPoint(
Point
)
Parameters
- pt
- Point
See Also