Consultor Eletrônico



Kbase P168772: How to add tooltips to GUI for .NET forms
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/07/2010
Status: Unverified

GOAL:

How to add tooltips to GUI for .NET forms

GOAL:

How to add a tooltip to .NET control

GOAL:

How to add a tooltip to an UltraControl

GOAL:

How to add a tooltip to an Infragistics control

FACT(s) (Environment):

Windows
OpenEdge 10.2B

FIX:

To add tooltip functionality to the controls on a form, add either a Microsoft ToolTip control (System.Windows.Forms.ToolTip) or an Infragistics UltraToolTipManager control (Infragistics.Win.UltraWinToolTip.UltraToolTipManager) to the form. Both of these are non-visible controls that will appear in the yellow panel in Visual Designer. They add extender properties to the visible controls on the form. The extender properties can then be used to specify tooltip text and related properties for each control.