HypernovaDesktop Components · docs
Binarymission
WinFormsDate Picker › DateToolTipInfo

DateToolTipInfo

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.DateTimeControls

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

DateToolTipInfoConstructs an Instance of class DateToolTipInfo.
ToolTipBackColorGets or sets the background color for the tooltip.
ToolTipBodyTextGets 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.
ToolTipBodyTextFontGets or sets the font for the tooltip's body text
ToolTipBodyTextForeColorGets or sets the forecolor for the tooltip's body text.
ToolTipBorderColorGets or sets the border color for the tooltip.
ToolTipIconGets or sets a 16 x 16 pixels sized Image object, to display as a title icon/image in the tooltip.
ToolTipLastsForGets or sets the time for which the tooltip will last for. Time in milliseconds.
ToolTipStyleGets or sets the style of tooltip. Refer to the valid values, from the enumeration BinaryToolTipStyle.
ToolTipTitleForeColorGets or sets the forecolor for the tooltip's title text.
ToolTipTitleTextGets or sets the tooltip's title text. This is an optional value to set!
ToolTipTitleWillBeBoldGets or sets whether the tooltip title will be bold or not.
ToolTipTitleWillBeUnderlinedGets or sets whether the tooltip title will be underlined or not.
UseAutomaticMultilineSupportGets or sets whether you want the internal built-in tooltip control to automatically manage your body text into multiple lines.

Constructors

DateToolTipInfo

public DateToolTipInfo()

Constructs an Instance of class DateToolTipInfo.

Fields

ToolTipBackColor

public Color ToolTipBackColor

Gets or sets the background color for the tooltip.

ToolTipBodyText

public string 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

public Font ToolTipBodyTextFont

Gets or sets the font for the tooltip's body text

ToolTipBodyTextForeColor

public Color ToolTipBodyTextForeColor

Gets or sets the forecolor for the tooltip's body text.

ToolTipBorderColor

public Color ToolTipBorderColor

Gets or sets the border color for the tooltip.

ToolTipIcon

public Image ToolTipIcon

Gets or sets a 16 x 16 pixels sized Image object, to display as a title icon/image in the tooltip.

ToolTipLastsFor

public int ToolTipLastsFor

Gets or sets the time for which the tooltip will last for. Time in milliseconds.

ToolTipStyle

public BinaryToolTipStyle ToolTipStyle

Gets or sets the style of tooltip. Refer to the valid values, from the enumeration BinaryToolTipStyle.

ToolTipTitleForeColor

public Color ToolTipTitleForeColor

Gets or sets the forecolor for the tooltip's title text.

ToolTipTitleText

public string ToolTipTitleText

Gets or sets the tooltip's title text. This is an optional value to set!

ToolTipTitleWillBeBold

public bool ToolTipTitleWillBeBold

Gets or sets whether the tooltip title will be bold or not.

ToolTipTitleWillBeUnderlined

public bool ToolTipTitleWillBeUnderlined

Gets or sets whether the tooltip title will be underlined or not.

UseAutomaticMultilineSupport

public bool UseAutomaticMultilineSupport

Gets or sets whether you want the internal built-in tooltip control to automatically manage your body text into multiple lines.