The ToolTip..::..TooltipPopupEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssociatedControl |
Gets the control for which the ToolTip is being drawn.
| |
BackColor |
Gets or sets the background color of the ToolTip.
| |
CustomControl |
Gets or sets the custom control to be shown inside of the ToolTip.
| |
ForeColor |
Gets or sets the foreground color of the ToolTip.
| |
Location |
Gets or sets the location where the ToolTip should be shown.
| |
Orientation | ||
Text |
Gets or sets the text to be displayed if CustomControl is not set.
| |
TitleText |
Gets or sets the text of the title.
| |
TooltipSize |
Gets or sets the size of the tooltip.
|