SECDateTimeCtrl::BringIntoView
This function will ensure that the given gadget is in view. If it is not fully in view then the origin for the moveable gadgets will be offset so that the gadget is visible.
Defined in: DTCtrl.cpp
Syntax
BringIntoView(SECDTGadget* pGadget);
BringIntoView(int nIndex);
Return Value
void
Parameters
pGadget
Points to the gadget.
nIndex
Index of the gadget.
See Also