共用方式為


CMFCCaptionBar::SetText

設定標題列的文字標籤。

void SetText(
   const CString& strText,
   BarElementAlignment textAlignment=ALIGN_RIGHT 
);

參數

  • [in] strText
    設定的文字字串。

  • [in] textAlignment
    文字對齊。

備註

文字標籤對齊由 textAlignment 參數。 它可以是下列 BarElementAlignment 其中一個值:

  • ALIGN_INVALID

  • ALIGN_LEFT

  • ALIGN_RIGHT

  • ALIGN_CENTER

需求

標題: afxcaptionbar.h

請參閱

參考

CMFCCaptionBar 類別

階層架構圖