Version

Search Results

PopupControlContainer

PopupControlContainer Click the links below to learn about the PopupControlContainer tool: About the PopupControlContainer Tool Create a Popup of a .NET Control from a Toolbar

About the PopupGallery Tool

About the PopupGallery 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 exis...

PopupGalleryTool

PopupGalleryTool Click the links below to learn more about the PoupGalleryTool. Installing Microsoft Office 2007 UI Capabilities Using Microsoft Office 2007 UI Capabilities About the PopupGallery Tool Using the PopupGallery Tool

About the PopupMenu Tool

About the PopupMenu 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 a...

PopupMenu

PopupMenu Click the links below to learn about the PopupMenu tool: About the PopupMenu Tool — Introduces you to the PopupMenu tool. Using the PopupMenu Tool — Gives you access to useful topics that contain sample code snippets demonstrating how to work with the PopupMenu tool.

PopupTool DropDown

PopupTool DropDown The DropDown method has been added to the PopupToolBase class. It will allow you to display the drop-down list of a pop-up tool on a specific toolbar or menu similar to the way it would be displayed using the mouse or keyboard.

Position Images and Text on Button Tools

Position Images and Text on Button Tools Button tools can have a DisplayStyle of Image or TextAndImage. DisplayStyle can be assigned to apply to a tool wherever it appears, or it can vary depending on whether the tool is appearing on a toolbar or menu. When you choose TextAndImage you can also choose to display th...

Prevent a Tool from Being Activated

Prevent a Tool from Being Activated Sometimes you do not want a tool to become activated as the mouse is over it. This means that it doesn’t exhibit a mouse over appearance, such as being given focus or an image change. The tool will still look enabled, but the ToolClick event will not fire if you click on it. Add...

Prevent Ribbon KeyTips from Conflicting with Hidden Main Menu Mnemonics

Prevent Ribbon KeyTips from Conflicting with Hidden Main Menu Mnemonics {Warning} When the Office2007UICompatibility property is set to True, the Ribbon cannot display at the same time as a main menu toolbar. Even though the main menu toolbar doesn’t display, it’s still there, just hidden. Because the main menu st...

Prevent Ribbon KeyTips from Overriding Menu Mnemonics

Prevent Ribbon KeyTips from Overriding Menu Mnemonics Standard toolbars and main menus from WinToolbarsManager™ cannot be displayed while the Ribbon is displayed if the Office2007Compatibility property is set to True. However, these toolbars and menus are hidden, not removed. Therefore, the end user can still acce...