Expand Minimize
This topic has not yet been rated - Rate this topic

CPaneFrameWnd::SetPreDockState

Called by the framework to set the predocking state.

virtual BOOL SetPreDockState(
   AFX_PREDOCK_STATE preDockState,
   CBasePane* pBarToDock = NULL,
   AFX_DOCK_METHOD dockMethod = DM_MOUSE
);
[in] preDockState

Possible values:

  • PDS_NOTHING,

  • PDS_DOCK_REGULAR,

  • PDS_DOCK_TO_TAB

[in] pBarToDock

A pointer to the pane to dock.

[in] dockMethod

The docking method. (This parameter is ignored.)

TRUE if the mini-frame window is undocked; FALSE if it is docked.

Header: afxpaneframewnd.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.