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