LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ClipCursor Property

LEADTOOLS SDK Help  |  





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

Property Value

true to clip the cursor to the bounding Rectangle of the RasterImagePanViewer control. false to allow the cursor to move outside the bounding rectangle of the RasterImagePanViewer control. The default is true.
Example
Refer to Viewer example.
Requirements

Target Platforms

See Also

Reference

RasterImagePanViewer Class
RasterImagePanViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.