CComControl::DoVerbProperties

HRESULT DoVerbProperties( LPCRECT prcPosRect, HWND hwndParent );

Return Value

One of the standard HRESULT values.

Parameters

prcPosRec

[in] Pointer to the rectangle the container wants the control to draw into.

hwndParent

[in] Handle of the window containing the control. Not used in the ATL implementation.

Remarks

Displays the control's property pages. By default, this is set as the action taken when the user double-clicks the control. You can change this to another action by overriding IOleObjectImpl::DoVerbPrimary.

CComControl OverviewClass Members

See Also   IOleObjectImpl::DoVerbPrimary