'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the command will close its parent menu (if the parent is a menu window) when clicked.")> Public Property CloseMenuOnClick As System.Boolean
'Usage
Dim instance As NCommandProperties Dim value As System.Boolean instance.CloseMenuOnClick = value value = instance.CloseMenuOnClick
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the command will close its parent menu (if the parent is a menu window) when clicked.")] public System.bool CloseMenuOnClick {get; set;}