'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the menu window will display both image and checkmark.")> Public Property ImageAndCheck As System.Boolean
'Usage
Dim instance As NMenuOptions Dim value As System.Boolean instance.ImageAndCheck = value value = instance.ImageAndCheck
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the menu window will display both image and checkmark.")] public System.bool ImageAndCheck {get; set;}