MvcBorderWrapper_T Class
class MvcBorderWrapper_T: public MvcWrapper_T
The MvcBorderWrapper_T class draws a border around the contained class. A border decorator is a wrapper class that contains a component, insets it by some margin and draws a border around the perimeter of the contained component. A border decorator currently supports only ThinBorder style.Defined in: MvcBorderWrapper.h
Class Template Arguments
base_t
The class of the visual part to derive from
crBorder_t
Border color
nWidth_t
Border width
Class Members
virtual void Draw(CDC* pDC)
Draw the border on a device context