DataGrid REALbasic Plugin

DataGrid.RenderCornerBtn Event

This event is posted to give applications chance to custom render the content of the CornerButton.

RenderCornerBtn(
   g as Graphics,
   left as Integer,
   top as Integer,
   width as Integer,
   height as Integer,
   isPressed as Boolean)

Parameters

g
A REALbasic graphics object.
left
The left offset of the CornerButton. (Respect this value when rendering)
top
The top offset of the CornerButton. (Respect this value when rendering)
width
The width of the area to render.
height
The height of the area to render.
isPressed
If the corner button is in pressed state then this parameter is true.

Remarks

See Also

DataGrid Control