LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ClipCursor Property






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

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnDesigner Class
AnnDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.