SECDynGridInsertConstraints::Reset
voidSECDynGridInsertConstraints::Reset(void)
Reset constraints to acceptable defaults.
Defined in: DynGrid.cpp
Return Value
void
Comments
Resets the docking insertion constraints to the following defaults:
m_pNodeRelative=NULL;
m_bInsertAfter=TRUE;
m_bDynamicNode=TRUE;
m_bCreateNewLine=FALSE;
m_nForcedSize=-1;// i.e., use average
m_nForcedNewLineSize=-1;// i.e., use average
See Also