ToolTip
Wisej.Web.ToolTip
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
C#
VB.NET
public class ToolTip : Component, IExtenderProvider
Public Class ToolTip
Inherits Component
Implements IExtenderProvider
Name | Type | Description |
---|---|---|
container |
Nullable<Placement>: Returns or sets the alignment side and position of the tooltips. (Default:
null
)Boolean: Returns or sets a value indicating that the control can display HTML in the Text property. (Default:
False
)Int32: Returns or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text.
ToolTipIcon: Returns or sets a value that defines the type of icon to be displayed alongside the ToolTip text. (Default:
Default
)Returns true if the ToolTip can offer an extender property to the specified target component.
Parameter | Type | Description |
---|---|---|
target | The target object to add an extender property to. |
Removes all ToolTip text currently associated with the ToolTip component.
Retrieves the ToolTip text associated with the specified control.
Associates ToolTip text with the specified control.
Shows the tooltip net to the target component.
Parameter | Type | Description |
---|---|---|
target | A Wisej control or component (i.e. column, header). | |
text | Text to show in the tooltip. |
Shows the tooltip at the specified x and y screen coordinates.