SECEditController::SetGutterAlignment
voidSECEditController::SetGutterAlignment(UINTnAlign)
Sets the Alignment for Gutter area.
Defined in: SECEditController.cpp
Parameters
nAlign
The alignment style for the mark and index regions of the gutter. The 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