←Select platform

ClipCursor Property

Summary

Enables and disables clipping the cursor.

Syntax

C#
VB
C++
public bool ClipCursor { get; set; } 
  
Public Property ClipCursor As Boolean 
public: 
property bool ClipCursor { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly