HelpTip
Wisej.Web.HelpTip
Last updated
Was this helpful?
Wisej.Web.HelpTip
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
Initializes a new instance of the without a specified container.
Initializes a new instance of the class with a specified container.
container
Returns true if the HelpTip can offer an extender property to the specified target component.
target
The target object to add an extender property to.
Removes all HelpTip text currently associated with the HelpTip component.
Retrieves the HelpTip text associated with the specified control.
control
Associates HelpTip text with the specified control.
control
caption
The HelpTip text to display when the pointer is on the control.
All wisej components implement this interface.
Allows an object to serialize itself.
An that represents the container of the extender.
: Returns or sets whether the HelpTip provider is currently active.
: Returns or sets the position of the HelpTip in relation to the target control.
: Returns or sets a value indicating that the control can display html in the Text property.
: Returns or sets the period of time the HelpTip remains visible if the pointer is stationary on a control with specified HelpTip text.
: Returns or sets the background color for the HelpTip.
: Returns or sets the foreground color for the HelpTip.
: Returns or sets a value that defines the type of icon to be displayed alongside the HelpTip text.
: Returns or sets the time that passes before the HelpTip appears.
: Returns or sets the object that contains programmer-supplied data associated with the .
Returns: . true if the class can offer one or more extender properties; otherwise, false.
The for which to retrieve the text.
Returns: . A containing the HelpTip text for the specified control.
The to associate the HelpTip text with.