'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the command size for the menu window.")> Public Property CommandSize As System.Drawing.Size
'Usage
Dim instance As NMenuOptions Dim value As System.Drawing.Size instance.CommandSize = value value = instance.CommandSize
[System.ComponentModel.Description("Gets/sets the command size for the menu window.")] public System.Drawing.Size CommandSize {get; set;}