Version

Create a WinTaskPane Toolbar

Creating an UltraTaskPane Toolbar

At design time, an UltraTaskPaneToolbar can be created by using the "New Toolbar" dialog. This dialog can be displayed by either pressing the "New Toolbar…" button in the form/user control designer when in place editing is enabled…​

form with ultratoolbarsmanager on it

…​or from within the "design time customizer" Toolbars tab, press the "New…​" button.

ultratoolbarsmanager customize dialog

This will display the "New Toolbar" dialog.

ultratoolbarsmanager new toolbar dialog

This dialog is similar to the one presented at run-time from the run-time customize dialog except there is an additional option – "Toolbar Type". By default, this dialog is used to create a standard UltraToolbar type toolbar which is used to host tools such as ButtonTool , TextBoxTool , PopupMenuTool , etc. An additional option is available – "TaskPane Toolbar".

form with taskpane on form at design time