CEditView::GetEditCtrl

CEdit& GetEditCtrl( ) const;

Return Value

A reference to a CEdit object.

Remarks

Call GetEditCtrl to get a reference to the edit control used by the edit view. This control is of type CEdit, so you can manipulate the Windows edit control directly using the CEdit member functions.

! WARNING   Using the CEdit object can change the state of the underlying Windows edit control. For example, you should not change the tab settings using the CEdit::SetTabStops function because CEditView caches these settings for use both in the edit control and in printing. Instead, use CEditView::SetTabStops.

CEditView OverviewClass MembersHierarchy Chart

See Also   CEdit, CEditView::SetTabStops