'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Specifies the main form of the application. The manager needs it in order to properly react on activate/deactivate of the form.")> <System.ComponentModel.CategoryAttribute("Behavior")> Public Property Form As System.Windows.Forms.Form
'Usage
Dim instance As NDockManager Dim value As System.Windows.Forms.Form instance.Form = value value = instance.Form
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Specifies the main form of the application. The manager needs it in order to properly react on activate/deactivate of the form.")] [System.ComponentModel.Category("Behavior")] public System.Windows.Forms.Form Form {get; set;}