DateToolTipInfo
Information class that holds user preferences on the tooltip that can displayed when positioning the mouse pointer over a date in the drop-down calender.
public sealed class DateToolTipInfo
Remarks
This class to be used when using the event MouseIsOverADate.
When you attach a handler for this event MouseIsOverADate, the event delegate signature includes a reference parameter to an instance of this class DateToolTipInfo, which you can use to assign your preferential values for displaying the tooltip when the mouse pointer is over a particular date in the drop-dwon calander.
Members at a glance
DateToolTipInfo | Constructs an Instance of class DateToolTipInfo. |
ToolTipBackColor | Gets or sets the background color for the tooltip. |
ToolTipBodyText | Gets or sets the tooltip's body text. Set this field with any valid text string that you would want to display when the user points the mouse pointer over a particular date. |
ToolTipBodyTextFont | Gets or sets the font for the tooltip's body text |
ToolTipBodyTextForeColor | Gets or sets the forecolor for the tooltip's body text. |
ToolTipBorderColor | Gets or sets the border color for the tooltip. |
ToolTipIcon | Gets or sets a 16 x 16 pixels sized Image object, to display as a title icon/image in the tooltip. |
ToolTipLastsFor | Gets or sets the time for which the tooltip will last for. Time in milliseconds. |
ToolTipStyle | Gets or sets the style of tooltip. Refer to the valid values, from the enumeration BinaryToolTipStyle. |
ToolTipTitleForeColor | Gets or sets the forecolor for the tooltip's title text. |
ToolTipTitleText | Gets or sets the tooltip's title text. This is an optional value to set! |
ToolTipTitleWillBeBold | Gets or sets whether the tooltip title will be bold or not. |
ToolTipTitleWillBeUnderlined | Gets or sets whether the tooltip title will be underlined or not. |
UseAutomaticMultilineSupport | Gets or sets whether you want the internal built-in tooltip control to automatically manage your body text into multiple lines. |
Constructors
DateToolTipInfo
Constructs an Instance of class DateToolTipInfo.
Fields
ToolTipBackColor
Gets or sets the background color for the tooltip.
ToolTipBodyText
Gets or sets the tooltip's body text. Set this field with any valid text string that you would want to display when the user points the mouse pointer over a particular date.
ToolTipBodyTextFont
Gets or sets the font for the tooltip's body text
ToolTipBodyTextForeColor
Gets or sets the forecolor for the tooltip's body text.
ToolTipBorderColor
Gets or sets the border color for the tooltip.
ToolTipIcon
Gets or sets a 16 x 16 pixels sized Image object, to display as a title icon/image in the tooltip.
ToolTipLastsFor
Gets or sets the time for which the tooltip will last for. Time in milliseconds.
ToolTipStyle
Gets or sets the style of tooltip. Refer to the valid values, from the enumeration BinaryToolTipStyle.
ToolTipTitleForeColor
Gets or sets the forecolor for the tooltip's title text.
ToolTipTitleText
Gets or sets the tooltip's title text. This is an optional value to set!
ToolTipTitleWillBeBold
Gets or sets whether the tooltip title will be bold or not.
ToolTipTitleWillBeUnderlined
Gets or sets whether the tooltip title will be underlined or not.
UseAutomaticMultilineSupport
Gets or sets whether you want the internal built-in tooltip control to automatically manage your body text into multiple lines.