Version

Search Results

About the Button Tool

About the Button Tool In WinToolbarsManager™, tools are the basic building blocks of all toolbars and menus. Tools are analogous to MenuItems in standard .NET menus or Commands in Microsoft Office menus and toolbars. There are over 15 native tool types available in WinToolbarsManager. Each tool type can exist as e...

Button

Button Click the links below to learn about the Button tool: About the Button Tool Position Images and Text on Button Tools

Change a Tool’s Appearance

Change a Tool’s Appearance In the ToolAppearances class there are a few appearance properties where you can control the look of the tools. Tools Appearance - General appearance of the specific tool. AppearanceOnMenu - Appearance of a tool when it is on a menu overrides the Appearance property. AppearanceOnToolBar ...

Change the Orientation of Tools on a Toolbar

Change the Orientation of Tools on a Toolbar Tools on a toolbar display horizontally if the toolbar is docked top or bottom and vertically if the toolbar is docked left or right. You can change this default behavior with the ToolOrientation property. By setting the ToolOrientation property of the ToolbarSettings c...

Change the Placement of Tool Text

Change the Placement of Tool Text Toolbar buttons can be displayed with images, text or both. When both are displayed the text by default is to the right of the image. You have the option of changing that at design-time or run-time. The text can be displayed to the right, left, above or below the image by setting ...

Change the Position of Toolbars

Change the Position of Toolbars The position of each individual Toolbar can be changed within a docking area. The row and column that each Toolbar is located can be changed by setting the DockedRow and DockedColumn properties. In Visual Basic: In C#:

Change the Style of WinToolbarsManager

Change the Style of WinToolbarsManager WinToolbarsManager™ has various styles available to change the appearance of the element: Office 2000 Office XP Office 2003 Visual Studio 2005 Office 2007 Windows Vista Scenic Ribbon Office 2010 The style for the UltraToolBarsManager can be set at both design-time and at run-...

About the ComboBox Tool

About the ComboBox Tool In WinToolbarsManager™, tools are the basic building blocks of all toolbars and menus. Tools are analogous to MenuItems in standard .NET menus or Commands in Microsoft Office menus and toolbars. There are over 15 native tool types available in WinToolbarsManager. Each tool type can exist as...

ComboBox

ComboBox Click the links below to learn about the ComboBox tool: About the ComboBox Tool Add a ComboBox Tool with a ValueList

Common Tool Tasks

Common Tool Tasks Click the links below to learn about common things all tool types can do: Add Separators Between Tools Change a Tool’s Appearance Control MDI Tool Merging with MergeOrder and MergeType Create and Add Tools at Run Time Customize Tool Captions in the Run-Time Customizer Display ToolTips for Tools D...