Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsClipCursor Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnDesigner Class : IsClipCursor Property





Enables and disables clipping the cursor.

Syntax

Visual Basic (Declaration) 
Public Overridable Property IsClipCursor As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnDesigner
Dim value As Boolean
 
instance.IsClipCursor = value
 
value = instance.IsClipCursor
C# 
public virtual bool IsClipCursor {get; set;}
C++/CLI 
public:
virtual property bool IsClipCursor {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object IsClipCursor=bool .../>

XAML Attributes Usage 

<object IsClipCursor=bool .../>

Return Value

true to clip the cursor to the bounding rectangle of the Container; false otherwise.

Example

For C#/VB examples, refer to AnnDesigner.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

IsClipCursor requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.