SECEditController::GetGutterAlignment

UINT SECEditController::GetGutterAlignment(void)

Retrieves the alignment style for the mark and index regions of the gutter.

Defined in: SECEditController.cpp

Return Value

The return value can be one of the following:

ID_SECEDIT_GUTTER_NOGUTTER No gutter.
ID_SECEDIT_GUTTER_INDEXONLY Index area only.
ID_SECEDIT_GUTTER_MARKONLY Mark area only.
ID_SECEDIT_GUTTER_MARKINDEX Mark area on left, index area on right.
ID_SECEDIT_GUTTER_INDEXMARK Index area on left, mark area on right.

See Also

SECEditController SetGutterAlignment