'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the Form acts as a tool window.")> Public Property ToolWindow As System.Boolean
'Usage
Dim instance As NForm Dim value As System.Boolean instance.ToolWindow = value value = instance.ToolWindow
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the Form acts as a tool window.")] public System.bool ToolWindow {get; set;}