BCGControlBar Library for .NET
ParentForm Property (CommandBarManager)




Sets or gets the parent form for the controls of the command bar manager.

Syntax
'Declaration
 
Public Property ParentForm As Form
'Usage
 
Dim instance As CommandBarManager
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

CommandBarManager Class
CommandBarManager Members

Send Feedback