'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the menu window will preserve space for displaying images/checkmarks.")> Public Property ImageSpace As System.Boolean
'Usage
Dim instance As NMenuOptions Dim value As System.Boolean instance.ImageSpace = value value = instance.ImageSpace
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the menu window will preserve space for displaying images/checkmarks.")] public System.bool ImageSpace {get; set;}