|
|
|
Style Property, ToolTipClass Class |
Defines the style of the tooltip.
Syntax ToolTipClass Class (Softelvdm.Controls)
VB |
Public Property Style As ToolTipAppearanceEnum |
C# |
public ToolTipAppearanceEnum Style { get; set; } |
C++ |
public: property ToolTipAppearanceEnum Style { |
Property Value
The tooltip style.
Value |
Description |
|
0 | The tooltip is displayed within a rectangular window, sized to fits its contents. | |
1 | The tooltip is displayed within a "balloon" window, with a stem pointing at the data it references. |
The default value is ToolTipAppearanceEnum.Rectangle.
Comments
The Style property defines the style of the tooltip.
Version Information
Supported in version 1.0.
Products Table