SECLayoutFactory::AutoSetMinMaxSize

voidSECLayoutFactory::AutoSetMinMaxSize(CSizesizeMin, CSizesizeMax, DWORDdwFlags, BOOLbEnable)

Automatically sets the min/max size information for all subsequently produced nodes

Defined in: FACTORY.CPP

Return Value

void

Parameters

sizeMin

minimum size setting

sizeMax

maximum size setting

dwFlags

min/max flags to pass to node's SetMinMaxSize call

bEnable

Enable/disable the min/max autoset function

Comments

Use this function to preset the min/max size settings for all subsequent layout nodes produced by this factory.