WinForms › Power 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
AutoPopDelay | Gets or sets the auto pop delay. |
AutomaticDelay | Gets or sets the automatic delay. |
BackColor | Gets or sets the back color. |
ForeColor | Gets or sets the fore color. |
InitialDelay | Gets or sets the initial delay. |
IsBalloon | Whether the tip is drawn in the balloon style rather than as a plain rectangle. |
ReshowDelay | Gets or sets the reshow delay. |
StripAmpersands | Whether an ampersand in the text is removed rather than drawn as an accelerator underline on the character after it. |
ToolTipIcon | Gets or sets the tool tip icon. |
ToolTipTitle | Gets or sets the tool tip title. |
UseAnimation | Gets or sets a value indicating whether the animation is used. |
UseFading | Gets 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.