BCGControlBar Library for .NET
CommandBarManager Property




Gets or sets the parent command bar manager.
Syntax
'Declaration
 
Public Property CommandBarManager As CommandBarManager
'Usage
 
Dim instance As ContextMenuButton
Dim value As CommandBarManager
 
instance.CommandBarManager = value
 
value = instance.CommandBarManager
public CommandBarManager CommandBarManager {get; set;}
public: __property CommandBarManager* get_CommandBarManager();
public: __property void set_CommandBarManager( 
   CommandBarManager* value
);
public:
property CommandBarManager^ CommandBarManager {
   CommandBarManager^ get();
   void set (    CommandBarManager^ 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

ContextMenuButton Class
ContextMenuButton Members

Send Feedback