BCGControlBar Library for .NET
ParentButton Property (OutlookBarPane)




Specifies the OutlookPageButton associated with the OutlookPane.
Syntax
'Declaration
 
Public Property ParentButton As OutlookPageButton
'Usage
 
Dim instance As OutlookBarPane
Dim value As OutlookPageButton
 
instance.ParentButton = value
 
value = instance.ParentButton
public OutlookPageButton ParentButton {get; set;}
public: __property OutlookPageButton* get_ParentButton();
public: __property void set_ParentButton( 
   OutlookPageButton* value
);
public:
property OutlookPageButton^ ParentButton {
   OutlookPageButton^ get();
   void set (    OutlookPageButton^ 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

OutlookBarPane Class
OutlookBarPane Members

Send Feedback