NtRowHeader.InitRowHeaderBitmap Method
Initializes the NtRowHeader with a Bitmap and a brush to draw the background. Drawing the NtRowHeader the area is filled by the
Additionally you can initialize the same NtRowHeader for drawing simple text by calling InitRowHeaderText().
The text will then be drawn overlapping the bitmap and the background.
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Initializes the NtRowHeader with a Bitmap and background brush. |
Return value:
Parameters:
The bitmap to be drawn on this Row Header.
The Brush used to paint the complete rectangle of this Row Header before applying the text and bitmap.
Remarks:
You can assign another bitmap or
The member
See also:
