CListCtrl::GetColumnWidth

更新 : 2007 年 11 月

レポート ビューまたはリスト ビューの列幅を取得します。

int GetColumnWidth(
   int nCol 
) const;

パラメータ

  • nCol
    幅を取得する列のインデックスを指定します。

戻り値

nCol で指定された列の幅をピクセル単位で返します。

使用例

// Increase the column width of the second column by 20.
int nWidth = m_myListCtrl.GetColumnWidth(1);
m_myListCtrl.SetColumnWidth(1, 20 + nWidth);

必要条件

ヘッダー : afxcmn.h

参照

参照

CListCtrl クラス

階層図

CListCtrl::SetColumnWidth

CListCtrl::GetColumn

その他の技術情報

CListCtrl のメンバ