CMvcVisualPart::ValidateRect
virtual voidCMvcVisualPart::ValidateRect(const CRect&rect)
Validates the specified rectangle of this component in logical coordinates
Defined in: MvcVisualPart.h
Return Value
void
Parameters
rect
Specifies the rectangle to validate, in logical coordinates
Comments
This function delegates to it's container, if it has one. If this component does not have a container, then the call has no effect.See Also