BCGControlBar Library for .NET
ParentForm Property (OutlookBarControl)




Gets the form that the OutlookBarControl is assigned to.
Syntax
'Declaration
 
Public Property ParentForm As Form
'Usage
 
Dim instance As OutlookBarControl
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

OutlookBarControl Class
OutlookBarControl Members

Send Feedback