BCGControlBar Library for .NET
NewCommandBar Property




Specifies the command bar to set as a parent.
Syntax
'Declaration
 
Public ReadOnly Property NewCommandBar As CommandBar
'Usage
 
Dim instance As ToolBarButtonParentChagingEventArgs
Dim value As CommandBar
 
value = instance.NewCommandBar
public CommandBar NewCommandBar {get;}
public: __property CommandBar* get_NewCommandBar();
public:
property CommandBar^ NewCommandBar {
   CommandBar^ get();
}
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

ToolBarButtonParentChagingEventArgs Class
ToolBarButtonParentChagingEventArgs Members

Send Feedback