HasPointerCapture Property (GridBase)
In This Topic
Syntax
'Declaration
Public Overridable ReadOnly Property HasPointerCapture As Boolean
'Usage
Dim instance As GridBase
Dim value As Boolean
value = instance.HasPointerCapture
public virtual bool HasPointerCapture {get;}
See Also