Share via


CMFCKeyMapDialog::SetColumnsWidth

Called by the framework to set the width of the columns in the internal list control that supports the keyboard mapping control.

virtual void SetColumnsWidth();

Remarks

This method sets the internal list control's columns to default widths. First, the width of the shortcut keys column is calculated. Then one-third of the remaining width is allocated to the command column and the remaining two-thirds is allocated to the description column.

Requirements

Header: afxkeymapdialog.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCKeyMapDialog Class