LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

IsClipCursor Property






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

Property Value

true to clip the cursor to the bounding rectangle of the container; false otherwise.
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.