Column flags

MTBL_COL_FLAG_AUTOSIZE_EDIT

In editing mode, the size of the edit control of the column's cells are automatically adapted.
See also: Automatic edit sizing and positioning

MTBL_COL_FLAG_BUTTONS_PERMANENT

Buttons ( Drop down buttons and M!Table buttons ) of the column's cells 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_COL_FLAG_CLIP_NONEDIT

In editing mode, the nonedit area ( e.g. an image ) of the column's cells are clipped and remain visible.
See also: Automatic edit sizing and positioning

MTBL_COL_FLAG_EDITALIGN_CENTER

The edits of the column's cells are centered.
See also: Extended text alignment.

MTBL_COL_FLAG_EDITALIGN_LEFT

The edits of the column's cells are left aligned.
See also: Extended text alignment.

MTBL_COL_FLAG_EDITALIGN_RIGHT

The edits of the column's cells are right aligned.
See also: Extended text alignment.

MTBL_COL_FLAG_END_ELLIPSIS

Replaces part of the cell texts with ellipses, if necessary, so that the text fits in the cell.

MTBL_COL_FLAG_EXPORT_AS_TEXT

Exports the contents of the column's cells as text.
See also: Exports.

MTBL_COL_FLAG_HIDE_PERM_BTN

Permanent buttons are not shown.
See also: Buttons

MTBL_COL_FLAG_NOSELINV_BKGND

The backgrounds of the column's selected cells aren't inverted.
See also: Extended selections.

MTBL_COL_FLAG_NOSELINV_IMAGE

The images of the column's selected cells aren't inverted.
See also: Extended selections.

MTBL_COL_FLAG_NOSELINV_TEXT

The texts of the column's selected cells aren't inverted.
See also: Extended selections.

MTBL_COL_FLAG_NO_COLLINE

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

MTBL_COL_FLAG_NO_ROWLINES

No row lines are painted in the column.
See also: Custom lines.

MTBL_COL_FLAG_READ_ONLY

Makes all cells of a column read only.
See also: Read only.

MTBL_COL_FLAG_SHOW_PERM_BTN_NE

Permanent buttons are shown in non editable cells.
See also: Buttons

MTBL_COL_FLAG_TXTALIGN_BOTTOM

The texts/checkboxes of the column's cells are bottom aligned.
See also: Extended text alignment.

MTBL_COL_FLAG_TXTALIGN_CENTER

The texts/checkboxes of the column's cells are centered.
See also: Extended text alignment.

MTBL_COL_FLAG_TXTALIGN_LEFT

The texts/checkboxes of the column's cells are left aligned.
See also: Extended text alignment.

MTBL_COL_FLAG_TXTALIGN_RIGHT

The texts/checkboxes of the column's cells are right aligned.
See also: Extended text alignment.

MTBL_COL_FLAG_TXTALIGN_TOP

The texts/checkboxes of the column's cells are top aligned.
See also: Extended text alignment.

MTBL_COL_FLAG_TXTALIGN_VCENTER

The texts/checkboxes of the column's cells are centered vertical.
See also: Extended text alignment.


See also
MTblSetColumnFlags
MTblQueryColumnFlags

Created with the Personal Edition of HelpNDoc: Produce electronic books easily