public class ToolTipRegion
implements IConstructable
A ToolTipRegion defines an area either by a rectangle or control that displays a tooltip when the mouse hovers over it.
Constructors
Name | Description |
---|---|
ToolTipRegion(Control control, String caption) | Creates a ToolTipRegion object. |
Methods
Name | Description |
---|---|
getCaption() | Retrieves the caption that will be displayed when the mouse hovers over the region. |
getControl() | Retrieves the control that defines the region. |
setCaption(String caption) | Sets the caption to be displayed when the mouse hovers over this region. |
setControl(Control boundControl) | Sets the control that defines the region. |
Creates a ToolTipRegion object.
Returns the caption.
Retrieves the caption that will be displayed when the mouse hovers over the region.
Returns the control that defines the region.
Retrieves the control that defines the region. This will be null if the region is bound to a rectangular region.
Sets the caption to be displayed when the mouse hovers over this region.
Sets the control that defines the region.