Cell flags

MTBL_CELL_FLAG_AUTOSIZE_EDIT

In editing mode, the size of the edit control is automatically adapted.

See also: Automatic edit sizing and positioning

MTBL_CELL_FLAG_BUTTONS_PERMANENT

Buttons ( Drop down buttons and M!Table buttons ) of the cell are always shown.
Normally, buttons are only shown when the table is in editing mode.
This flag has no effect when MTBL_FLAG_BUTTONS_OUTSIDE_CELL is set.
See also: Buttons.

MTBL_CELL_FLAG_CLIP_NONEDIT

In editing mode, the nonedit area ( e.g. an image ) of the cell is clipped and remains visible.

See also: Automatic edit sizing and positioning

MTBL_CELL_FLAG_EDITALIGN_CENTER

The edit of the cell is centered.
See also: Extended text alignment.

MTBL_CELL_FLAG_EDITALIGN_LEFT

The edit of the cell is left aligned.
See also: Extended text alignment.

MTBL_CELL_FLAG_EDITALIGN_RIGHT

The edit of the cell is right aligned.
See also: Extended text alignment.

MTBL_CELL_FLAG_HIDDEN_TEXT

The text/checkbox of the cell isn't displayed.

MTBL_CELL_FLAG_HIDE_PERM_BTN

Permanent buttons are not shown.
See also: Buttons

MTBL_CELL_FLAG_NOSELINV_BKGND

The background of a selected cell isn't inverted.
See also: Extended selections.

MTBL_CELL_FLAG_NOSELINV_IMAGE

The image of a selected cell isn't inverted.
See also: Extended selections.

MTBL_CELL_FLAG_NOSELINV_TEXT

The text of a selected cell isn't inverted.
See also: Extended selections.

MTBL_CELL_FLAG_NO_COLLINE

No column line is painted in the cell.
See also: Custom lines.

MTBL_CELL_FLAG_NO_ROWLINE

No row line is painted in the cell.
See also: Custom lines.

MTBL_CELL_FLAG_READ_ONLY

Makes a cell read only.
See also: Read only.

MTBL_CELL_FLAG_SELECTED

The cell is selected.
See also: Cell mode

MTBL_CELL_FLAG_SHOW_PERM_BTN_NE

Permanent buttons are shown even if the cell is not editable.
See also: Buttons

MTBL_CELL_FLAG_TXTALIGN_BOTTOM

The text/checkbox of the cell is bottom aligned.
See also: Extended text alignment.

MTBL_CELL_FLAG_TXTALIGN_CENTER

The text/checkbox of the cell is centered.
See also: Extended text alignment.

MTBL_CELL_FLAG_TXTALIGN_LEFT

The text/checkbox of the cell is left aligned.
See also: Extended text alignment.

MTBL_CELL_FLAG_TXTALIGN_RIGHT

The text/checkbox of the cell is right aligned.
See also: Extended text alignment.

MTBL_CELL_FLAG_TXTALIGN_TOP

The text/checkbox of the cell is top aligned.
See also: Extended text alignment.

MTBL_CELL_FLAG_TXTALIGN_VCENTER

The text/checkbox of the cell is centered vertical.
See also: Extended text alignment.


See also
MTblSetCellFlags
MTblQueryCellFlags

Created with the Personal Edition of HelpNDoc: Free PDF documentation generator