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
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also