'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the element allows receiving focus.")> Public Overridable Property AllowFocus As System.Boolean
'Usage
Dim instance As NKeyboardInputElement Dim value As System.Boolean instance.AllowFocus = value value = instance.AllowFocus
[System.ComponentModel.Description("Gets/sets a value whether the element allows receiving focus.")] public virtual System.bool AllowFocus {get; set;}