BarElementAlignment CBCGPCaptionBar::GetAlignment | ( | BarElement | elem | ) |
Returns alignment of the specified element.
Call this function to retrieve alignment of the specified by elem element. It can be one of the following values:
You specify an element's alignment when you call CBCGPCaptionBar::SetButton, CBCGPCaptionBar::SetBitmap, CBCGPCaptionBar::SetIcon and CBCGPCaptionBar::SetText functions.
elem | Specifies an caption bar element whose alignment to be retrieved. It can be either ELEM_BUTTON, ELEM_TEXT or ELEM_ICON (for bitmap and icon) |