|
|
|
ToolTipAppearanceEnum Enumeration |
Defines the appearance of the tooltip.
Syntax ToolTipAppearanceEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum ToolTipAppearanceEnum |
C# |
public enum ToolTipAppearanceEnum |
C++ |
public enum class ToolTipAppearanceEnum |
Member |
Value |
Description |
Rectangle | 0 | The tooltip is displayed within a rectangular window, sized to fits its contents. |
Balloon | 1 | The tooltip is displayed within a "balloon" window, with a stem pointing at the data it references. |
Comments
The ToolTipAppearanceEnum enumeration defines the appearance of the tooltip.
Version Information
Supported in version 1.0.
Products Table