This topic has not yet been rated - Rate this topic

CMFCCaptionBar::GetAlignment

Returns the alignment of the specified element.

BarElementAlignment GetAlignment(
   BarElement elem 
);
[in] elem

A caption bar element for which to retrieve alignment.

The alignment of an element, such as a button, a bitmap, text, or an icon.

The alignment of the element can be one of the following values:

  • ALIGN_INVALID

  • ALIGN_LEFT

  • ALIGN_RIGHT

  • ALIGN_CENTER

Header: afxcaptionbar.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.