BCGControlBar Library for .NET
ParentCommandBar Property (OutlookToolbarButton)




Specifies a parent OutlookToolbar.
Syntax
'Declaration
 
Public Property ParentCommandBar As OutlookToolBar
'Usage
 
Dim instance As OutlookToolbarButton
Dim value As OutlookToolBar
 
instance.ParentCommandBar = value
 
value = instance.ParentCommandBar
public OutlookToolBar ParentCommandBar {get; set;}
public: __property OutlookToolBar* get_ParentCommandBar();
public: __property void set_ParentCommandBar( 
   OutlookToolBar* value
);
public:
property OutlookToolBar^ ParentCommandBar {
   OutlookToolBar^ get();
   void set (    OutlookToolBar^ 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

OutlookToolbarButton Class
OutlookToolbarButton Members

Send Feedback