HypernovaDesktop Components · docs
Binarymission
WinFormsPower Tab Strip › ToolTipConfiguration

ToolTipConfiguration

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

Enables configuring the tooltip display aspect for the tab page control.

public class ToolTipConfiguration

Remarks

Refer to ToolTipConfiguration property.

Members at a glance

AutoPopDelayGets or sets the auto pop delay.
AutomaticDelayGets or sets the automatic delay.
BackColorGets or sets the back color.
ForeColorGets or sets the fore color.
InitialDelayGets or sets the initial delay.
IsBalloonWhether the tip is drawn in the balloon style rather than as a plain rectangle.
ReshowDelayGets or sets the reshow delay.
StripAmpersandsWhether an ampersand in the text is removed rather than drawn as an accelerator underline on the character after it.
ToolTipIconGets or sets the tool tip icon.
ToolTipTitleGets or sets the tool tip title.
UseAnimationGets or sets a value indicating whether the animation is used.
UseFadingGets or sets a value indicating whether the fading is used.

Properties

AutoPopDelay

public int AutoPopDelay

Gets or sets the auto pop delay.

AutomaticDelay

public int AutomaticDelay

Gets or sets the automatic delay.

BackColor

public Color BackColor

Gets or sets the back color.

ForeColor

public Color ForeColor

Gets or sets the fore color.

InitialDelay

public int InitialDelay

Gets or sets the initial delay.

IsBalloon

public bool IsBalloon

Whether the tip is drawn in the balloon style rather than as a plain rectangle.

ReshowDelay

public int ReshowDelay

Gets or sets the reshow delay.

StripAmpersands

public bool StripAmpersands

Whether an ampersand in the text is removed rather than drawn as an accelerator underline on the character after it.

ToolTipIcon

public ToolTipIcon ToolTipIcon

Gets or sets the tool tip icon.

ToolTipTitle

public string ToolTipTitle

Gets or sets the tool tip title.

UseAnimation

public bool UseAnimation

Gets or sets a value indicating whether the animation is used.

UseFading

public bool UseFading

Gets or sets a value indicating whether the fading is used.