ToolTip
Wisej.Web.ToolTip
Last updated
Wisej.Web.ToolTip
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
Initializes a new instance of the ToolTip without a specified container.
Initializes a new instance of the ToolTip class with a specified container.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets whether the ToolTip provider is currently active.
Nullable<Placement>: Returns or sets the alignment side and position of the tooltips.
Boolean: Returns or sets a value indicating that the control can display HTML in the Text property.
Int32: Returns or sets the automatic delay for the ToolTip.
Int32: Returns or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text.
Color: Returns or sets the text color of the ToolTip.
Int32: Returns or sets the time that passes before the ToolTip appears.
Object: Returns or sets the object that contains programmer-supplied data associated with the ToolTip.
ToolTipIcon: Returns or sets a value that defines the type of icon to be displayed alongside the ToolTip text.
String: Returns or sets the icon name or URL to use as the ToolTip icon.
Returns true if the ToolTip can offer an extender property to the specified target component.
Returns: Boolean. true if the ToolTip class can offer one or more extender properties; otherwise, false.
Removes all ToolTip text currently associated with the ToolTip component.
Retrieves the ToolTip text associated with the specified control.
Returns: String. A String containing the ToolTip text for the specified control.
Associates ToolTip text with the specified control.
Shows the tooltip net to the target component.
Shows the tooltip at the specified x and y screen coordinates.
Shows the tooltip at the specified location .
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
target
The target object to add an extender property to.
control
control
The Control to associate the ToolTip text with.
caption
The ToolTip text to display when the pointer is on the control.
target
A Wisej control or component (i.e. column, header).
text
Text to show in the tooltip.
text
Text to show in the tooltip.
x
y
text
Text to show in the tooltip.
location
Location of the tooltip in screen coordinates.
All wisej components implement this interface.
Allows an object to serialize itself.
container
An IContainer that represents the container of the ToolTip extender.