DataGrid REALbasic Plugin |
|
GridMarkerPosition Module
This module defines marker position constants for the markers in the Einhugur Grid controls.
Example: cell.Text = "Test"
cell.Marker = new DataGridMarker(&cDD0806,GridMarkerPosition.TopRight)
NoteThis module is defined in the TypeLib plugin.
module GridMarkerPosition
Constants
None = &h0 | No marker should be displayed. This value is mostly used to attach invisible data to a cell without having to display a marker. |
TopLeft = &h1 | The marker is displayed in the top left corner of the cell. |
TopRight = &h3 | The marker is displayed in the top right corner of the cell. |