Version

Search Results

You Can Now Merge Ribbons in a Multiple Document Interface

You Can Now Merge Ribbons in a Multiple Document Interface In 2006 Volume 3, we released the Ribbon. But one thing that the Ribbon couldn’t handle was Multiple Document Interface (MDI) merging. Our standard toolbars have supported MDI merging for several releases now. Ribbon MDI merging is very similar to the prev...

WinToolbarsManager

WinToolbarsManager If you’re looking for an area that houses all of the overview/task-based information related to the WinToolbarsManager™ component, you’ve come to the right place. This section contains valuable information about WinToolbarsManager, ranging from what the component does and why you would want to u...

WinToolTip 2005.3

WinToolTip 2005.3 A new WinToolTip™ component has been added to the Win Assembly. Users can place the ToolTip component on a form just like the Microsoft Tooltip component, but with some extra features such as: BalloonTip support. Control over the time before the tip appears and how long it stays visible. Defaulta...

About WinToolTipManager

About WinToolTipManager The WinToolTipManager™ component adds an extender property called UltraToolTip to any Windows Forms control. The UltraToolTip property allows for a control to be managed by WinToolTipmanager. This allows a ToolTip to automatically display when the mouse hovers over the control. Appearance S...

API Overview

API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. UltraWinToolTip Namespace: Infragistics.Win.UltraWinTool...

Control the Timing of a Tooltip’s Appearance

Control the Timing of a Tooltip’s Appearance When you set up WinToolTipManager™ to automatically display tooltips for controls, you can control the delay before the tooltip appears and also, the amount of time before it automatically disappears. InitialDelay To determine how long the mouse must hover over a contro...

Creating a Formatted ToolTip

Creating a Formatted ToolTip Before You Begin In Ultimate UI for Windows Forms 2006 Volume 3, we added formatted text to the capabilities of the WinToolTipManager™ control. This new functionality comes in the form of the ToolTipTextFormatted property. Using this property, you can use all the formatting features of...

Formatted Tooltips

Formatted Tooltips ToolTips have been a staple of quick information-gathering for years now. However, ToolTips tend to appear bland with the same fonts and colors being used time and time again. Formatted ToolTips put an end to this monotony. Using FormattedLinkEditor , our ToolTips can now potentially display sim...

Set Up WinToolTipManager at Design Time

Set Up WinToolTipManager at Design Time The UltraToolTipManager class adds an extender property called UltraToolTip to any control. The UltraToolTip property allows for a control to be managed by the WinToolTipManager™. This allows a tooltip to automatically display when the mouse hovers over the control. Start by...

Set Up WinToolTipManager at Run Time

Set Up WinToolTipManager at Run Time WinToolTipManager™ adds an extender property called UltraToolTip to any control. The UltraToolTip property allows for a control to be managed by the WinToolTipManager. This allows a tooltip to automatically display when the mouse hovers over the control. Before you start writin...