Command Controls on Content Controls

Brady Kelly <[email protected]> Fri, 1 Feb 2008 14:48:54 +0200
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <[email protected]>
I've been wandering about whether to include command controls, such as
command buttons: AddColumn, AddRow etc. to my Layout control, or to just
expose command methods on the control and have it's host determine how the
commands are invoked.  What does convention say regarding this?