MvcWrapper_T Class
class MvcWrapper_T
A wrapper in MVC is way of nesting visual parts. The wrapper class is equivalent to the Decorator design pattern.Defined in: MvcWrapper.h
Class Template Arguments
base_t
The class of the visual part to derive from
Class Members
virtual void GetMargins(CRect& rcMargins)
Retrieves the margins around the perimeter of the component
virtual void SetMargins(const CRect& rcMargins)
Sets the margins around the perimeter of the component