CRichEditView::IsSelected
virtual BOOL IsSelected( const CObject* pDocItem ) const;
Return Value
Nonzero if the object is selected; otherwise 0.
Parameters
pDocItem
Pointer to an object in the view.
Remarks
Call this function to determine if the specified OLE item is currently selected in this view.
Override this function if your derived view class has a different method for handling selection of OLE items.
CRichEditView Overview | Class Members | Hierarchy Chart
See Also CRichEditView::GetSelectedItem, CRichEditView::GetInPlaceActiveItem