BCGControlBar Library for .NET
AddColumnForm Constructor(GridControl,IDesignerHost,Boolean)




Syntax
'Declaration
 
Public Function New( _
   ByVal grid As GridControl, _
   ByVal host As IDesignerHost, _
   ByVal dbGrid As Boolean _
)
'Usage
 
Dim grid As GridControl
Dim host As IDesignerHost
Dim dbGrid As Boolean
 
Dim instance As New AddColumnForm(grid, host, dbGrid)
public AddColumnForm( 
   GridControl grid,
   IDesignerHost host,
   bool dbGrid
)
public: AddColumnForm( 
   GridControl* grid,
   IDesignerHost* host,
   bool dbGrid
)
public:
AddColumnForm( 
   GridControl^ grid,
   IDesignerHost^ host,
   bool dbGrid
)

Parameters

grid
host
dbGrid
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

AddColumnForm Class
AddColumnForm Members
Overload List

Send Feedback