'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the element can capture the mouse.")> Public Overridable Property AllowCapture As System.Boolean
'Usage
Dim instance As NMouseInputElement Dim value As System.Boolean instance.AllowCapture = value value = instance.AllowCapture
[System.ComponentModel.Description("Gets/sets a value indicating whether the element can capture the mouse.")] public virtual System.bool AllowCapture {get; set;}