Sdílet prostřednictvím


CancelMouseEventArgs.Cancel Property

Gets or sets a value that indicates whether the mouse event is canceled for the parent control.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As CancelMouseEventArgs 
Dim value As Boolean 

value = instance.Cancel

instance.Cancel = value
public bool Cancel { get; set; }
public:
property bool Cancel {
    bool get ();
    void set (bool value);
}
public function get Cancel () : boolean 
public function set Cancel (value : boolean)

Property Value

Type: System.Boolean
true if the mouse event is canceled; otherwise, false.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

CancelMouseEventArgs Class

CancelMouseEventArgs Members

Microsoft.Ink Namespace