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


CRichEditView::IsSelected

Call this function to determine if the specified OLE item is currently selected in this view.

virtual BOOL IsSelected(
   const CObject* pDocItem 
) const;

Параметры

  • pDocItem
    Pointer to an object in the view.

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

Nonzero if the object is selected; otherwise 0.

Заметки

Override this function if your derived view class has a different method for handling selection of OLE items.

Требования

Header: afxrich.h

См. также

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

CRichEditView Class

CRichEditView Members

Hierarchy Chart

CRichEditView::GetSelectedItem

CRichEditView::GetInPlaceActiveItem