Share via


CEdit::GetMargins

DWORD GetMargins( ) const;

Return Value

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

Remarks

Call this member function to retrieve the left and right margins of this edit control. Margins are measured in pixels.

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

For more information, see in the Win32 documentation.

Example

See the example for CEditView::GetEditCtrl.

CEdit OverviewClass MembersHierarchy Chart

See Also   CEdit::SetMargins