SECBitmapButton::Alignment

enum SECBitmapButton {
	Al_Left,
	Al_Right,
	Al_Top,
	Al_Bottom,
	Al_Center,
};

The alignment modes.

Defined in: SECBTNS.h

Members

Al_Left

Bitmap on left, text on right

Al_Right

Bitmap on right, text on left

Al_Top

Bitmap on top, text on bottom

Al_Bottom

Bitmap on bottom, text on top

Al_Center

Bitmap centered in button. No caption.