Custom Controls

Application Defined Views and Controls.

// structs

struct CCL::DrawEvent;
struct CCL::IUserControl;
struct CCL::IUserControlHost;
struct CCL::ViewEvent;
struct CCL::ViewParentEvent;
struct CCL::ViewSizeEvent;

// classes

class CCL::AbstractUserControl;