BCGControlBar Library for .NET
AddObject Method




Syntax
'Declaration
 
Public Function AddObject( _
   ByVal add As ControlWrapper, _
   ByVal addTo As Control, _
   ByVal style As DockStyle, _
   ByVal dockTable As DockTable, _
   ByRef idxInsertAfter As Integer _
) As DockTable
'Usage
 
Dim instance As DockTable
Dim add As ControlWrapper
Dim addTo As Control
Dim style As DockStyle
Dim dockTable As DockTable
Dim idxInsertAfter As Integer
Dim value As DockTable
 
value = instance.AddObject(add, addTo, style, dockTable, idxInsertAfter)
public DockTable AddObject( 
   ControlWrapper add,
   Control addTo,
   DockStyle style,
   DockTable dockTable,
   ref int idxInsertAfter
)
public: DockTable* AddObject( 
   ControlWrapper* add,
   Control* addTo,
   DockStyle style,
   DockTable* dockTable,
   ref int idxInsertAfter
) 
public:
DockTable^ AddObject( 
   ControlWrapper^ add,
   Control^ addTo,
   DockStyle style,
   DockTable^ dockTable,
   int% idxInsertAfter
) 

Parameters

add
addTo
style
dockTable
idxInsertAfter
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

DockTable Class
DockTable Members

Send Feedback