BCGControlBar Library for .NET
DrawColumnHeaderOnFieldChooser Method




The Graphics object.
Bounding rectangle of column header.
Text of column header.
Specifies whether the column header is selected.
Specifies whether the column header is being dragged.
Draws a column header on Field Chooser window.
Syntax
'Declaration
 
Public Sub DrawColumnHeaderOnFieldChooser( _
   ByVal grph As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal text As String, _
   ByVal selected As Boolean, _
   ByVal dragging As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim grph As Graphics
Dim bounds As Rectangle
Dim text As String
Dim selected As Boolean
Dim dragging As Boolean
 
instance.DrawColumnHeaderOnFieldChooser(grph, bounds, text, selected, dragging)
public void DrawColumnHeaderOnFieldChooser( 
   Graphics grph,
   Rectangle bounds,
   string text,
   bool selected,
   bool dragging
)
public: void DrawColumnHeaderOnFieldChooser( 
   Graphics* grph,
   Rectangle bounds,
   string* text,
   bool selected,
   bool dragging
) 
public:
void DrawColumnHeaderOnFieldChooser( 
   Graphics^ grph,
   Rectangle bounds,
   String^ text,
   bool selected,
   bool dragging
) 

Parameters

grph
The Graphics object.
bounds
Bounding rectangle of column header.
text
Text of column header.
selected
Specifies whether the column header is selected.
dragging
Specifies whether the column header is being dragged.
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

GridControl Class
GridControl Members

Send Feedback