COlePropertyPage::OnEditProperty

The framework calls this member function when a property is about to be edited. You can override it to set the focus to the appropriate control on the page. The default implementation does nothing and returns FALSE.

Syntax

virtual BOOL OnEditProperty( DISPID dispid );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COlePropertyPage Overview, COlePropertyPage Member Functions, Dialog Box Classes