Поделиться через


CEdit::GetMargins

Call this member function to retrieve the left and right margins of this edit control.

DWORD GetMargins( ) const;

Возвращаемое значение

The width of the left margin in the low-order WORD and the width of the right margin in the high-order WORD.

Заметки

Margins are measured in pixels.

ПримечаниеПримечание.

This member function is available beginning with Windows 95 and Windows NT 4.0.

For more information, see EM_GETMARGINS in the Windows SDK.

Пример

See the example for CEditView::GetEditCtrl.

Требования

Header: afxwin.h

См. также

Основные понятия

CEdit Class

CEdit Members

Hierarchy Chart

CEdit::SetMargins