BCGControlBar Library for .NET
ParentCommandBar Property (OutlookMenuItem)




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

OutlookMenuItem Class
OutlookMenuItem Members

Send Feedback