CancelMouse Property (PSObject)
In This Topic
Internal use only.
Syntax
'Declaration
Public Overridable WriteOnly Property CancelMouse As Boolean
'Usage
Dim instance As PSObject
instance.CancelMouse = value
public virtual bool CancelMouse {set;}
See Also