Enables and disables clipping the cursor.
public bool ClipCursor {get; set;}
public bool ClipCursor {get; set;}
get_ClipCursor();
set_ClipCursor(value);
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.
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