Share via


COleServerDoc::OnShowControlBars

virtualvoidOnShowControlBars(CFrameWnd*pFrameWnd,BOOLbShow**);**

Parameters

pFrameWnd

Pointer to the frame window whose control bars should be hidden or shown.

bShow

Determines whether control bars are shown or hidden.

Remarks

The framework calls this function to show or hide the server application’s control bars associated with the frame window identified by pFrameWnd. The default implementation enumerates all control bars owned by that frame window and hides or shows them.

COleServerDoc OverviewClass MembersHierarchy Chart

See Also   COleServerDoc::ActivateInPlace, COleServerDoc::OnReactivateAndUndo, COleServerDoc::OnFrameWindowActivate, COleServerDoc::IsInPlaceActive