BCGSoft.ControlBars Namespace > DockingContainer Class : AddControlBar Method |
'Declaration Public Sub AddControlBar( _ ByVal control As DockingPane, _ ByVal controlTarget As Control, _ ByVal style As DockStyle, _ ByVal rectDock As Rectangle _ )
'Usage Dim instance As DockingContainer Dim control As DockingPane Dim controlTarget As Control Dim style As DockStyle Dim rectDock As Rectangle instance.AddControlBar(control, controlTarget, style, rectDock)
public void AddControlBar( DockingPane control, Control controlTarget, DockStyle style, Rectangle rectDock )
public: void AddControlBar( DockingPane* control, Control* controlTarget, DockStyle style, Rectangle rectDock )
public: void AddControlBar( DockingPane^ control, Control^ controlTarget, DockStyle style, Rectangle rectDock )
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