BCGControlBar Library for .NET
ParentForm Property (MdiTabsOptions)




Gets or sets the parent form for the MDITabsOption object.  The MDITabsOption object will be registered in the LayoutController instance as a component of the parent form.
Syntax
'Declaration
 
Public Property ParentForm As Form
'Usage
 
Dim instance As MdiTabsOptions
Dim value As Form
 
instance.ParentForm = value
 
value = instance.ParentForm
public Form ParentForm {get; set;}
public: __property Form* get_ParentForm();
public: __property void set_ParentForm( 
   Form* value
);
public:
property Form^ ParentForm {
   Form^ get();
   void set (    Form^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MdiTabsOptions Class
MdiTabsOptions Members

Send Feedback