Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

ClipCursor Property






Enables and disables clipping the cursor.
Syntax
public virtual bool ClipCursor {get; set;}
public:
virtual property bool ClipCursor {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Overridable Property ClipCursor As Boolean
 
'Usage
 
Dim instance As AnnDesigner
Dim value As Boolean
 
instance.ClipCursor = value
 
value = instance.ClipCursor

Property Value

true to clip the cursor to the bounding rectangle of the Container; false otherwise.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnDesigner Class
AnnDesigner Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)