SECLNAlign::SetAlignment

voidSECLNAlign::SetAlignment(DWORDdwAlignment)

Set alignment style

Defined in: ALIGN.CPP

Return Value

void

Parameters

dwAlignment

alignment style

Comments

Choose alignment styles from the following:

SECLAYOUT_ALIGN_LEFT - left alignment SECLAYOUT_ALIGN_RIGHT - right alignment SECLAYOUT_ALIGN_CENTER_HORZ - center horizontally

SECLAYOUT_ALIGN_TOP - top alignment SECLAYOUT_ALIGN_BOTTOM - bottom alignment SECLAYOUT_ALIGN_CENTER_VERT - center vertically

SECLAYOUT_ALIGN_DEFAULT - center horizontally and vertically

Make sure not to include more than 1 horizontal style or more than 1 vertical style at a time.