Hello JSW W.,
You can subclass the NControlHostCommand class and in the constructor should create the desired control and call SetControl(control) method.
Here is an example how can create such a command that hosts a text box control:
public
{
tb.Size =
SetControl(tb);
}
Then you need to create an instance of this class and add it to the toolbars Commands collection.
Regards,
Angel.
There are two control by default available, combobox and button for dockingcommandbar.
Are there way to insert other controls? If possible how to referent to it.
Thanks,