BCGControlBar Library for .NET
DragHeaderWnd Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal grid As GridControl, _
   ByVal name As String, _
   ByVal image As Image, _
   ByVal bounds As Rectangle, _
   ByVal sortImageID As IMAGES_IDS, _
   ByVal dragFromFieldChooser As Boolean, _
   ByVal column As GridColumn _
)
'Usage
 
Dim grid As GridControl
Dim name As String
Dim image As Image
Dim bounds As Rectangle
Dim sortImageID As IMAGES_IDS
Dim dragFromFieldChooser As Boolean
Dim column As GridColumn
 
Dim instance As New DragHeaderWnd(grid, name, image, bounds, sortImageID, dragFromFieldChooser, column)
public DragHeaderWnd( 
   GridControl grid,
   string name,
   Image image,
   Rectangle bounds,
   IMAGES_IDS sortImageID,
   bool dragFromFieldChooser,
   GridColumn column
)
public: DragHeaderWnd( 
   GridControl* grid,
   string* name,
   Image* image,
   Rectangle bounds,
   IMAGES_IDS sortImageID,
   bool dragFromFieldChooser,
   GridColumn* column
)
public:
DragHeaderWnd( 
   GridControl^ grid,
   String^ name,
   Image^ image,
   Rectangle bounds,
   IMAGES_IDS sortImageID,
   bool dragFromFieldChooser,
   GridColumn^ column
)

Parameters

grid
name
image
bounds
sortImageID
dragFromFieldChooser
column
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

DragHeaderWnd Class
DragHeaderWnd Members

Send Feedback