'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the menu screen bounds will fit the current working area.")> Public Property FitInWorkingArea As System.Boolean
'Usage
Dim instance As NMenuOptions Dim value As System.Boolean instance.FitInWorkingArea = value value = instance.FitInWorkingArea
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the menu screen bounds will fit the current working area.")] public System.bool FitInWorkingArea {get; set;}