BCGControlBar Library for .NET
AddInternalControl Method




An embedded control which should be added to the popup menu bar.
Adds an embedded control into the PopupMenuBar.
Syntax
'Declaration
 
Public Sub AddInternalControl( _
   ByVal control As Control _
) 
'Usage
 
Dim instance As PopupMenuBar
Dim control As Control
 
instance.AddInternalControl(control)
public void AddInternalControl( 
   Control control
)
public: void AddInternalControl( 
   Control* control
) 
public:
void AddInternalControl( 
   Control^ control
) 

Parameters

control
An embedded control which should be added to the popup menu bar.
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

PopupMenuBar Class
PopupMenuBar Members

Send Feedback