SECDockInsertionConstraints::SetDockSite
Set the docksite used for next insertion
Defined in: DockInfo.cpp
Syntax
SetDockSite(DWORD dwDockSite)
SetDockSite(SECFrameDockingFeatureBase::DockSite site)
Return Value
void
Parameters
dwDockSite
Border target for initial docking. Must be one of the following:
SEC_DOCK_LEFT - Dock to the left border of the frame
SEC_DOCK_TOP - Dock to the top border of the frame
SEC_DOCK_RIGHT - Dock to the right border of the frame
SEC_DOCK_BOTTOM - Dock to the bottom border of the frame
site
Docksite border for initial docking. Must be one of the following:
SECFrameDockingFeatureBase::top
SECFrameDockingFeatureBase::bottom
SECFrameDockingFeatureBase::left
SECFrameDockingFeatureBase::right
Comments
Set the docksite border to use for the next docking insertion operation via the SECFrameDockingFeature::DockNode API.
See Also