COlePropertyPage::OnEditProperty

virtual BOOL OnEditProperty( DISPID dispid );

Return Value

The default implementation returns FALSE. Overrides of this function should return TRUE.

Parameters

dispid

Dispatch ID of the property being edited.

Remarks

The framework calls this function when a specific property is 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.

COlePropertyPage OverviewClass MembersHierarchy Chart