|
|
|
|
ToolTipStyle Field, ToolTipEventArgs Class |
Defines the appearance of the tooltip. This value can be modified by the ShowToolTip event handler.
Syntax ToolTipEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public Property ToolTipStyle As ToolTipAppearanceEnum |
C# |
public ToolTipAppearanceEnum ToolTipStyle; |
C++ |
public: ToolTipAppearanceEnum ToolTipStyle; |
Field Value
Defines the appearance of the tooltip. The default is ToolTipAppearanceEnum.Rectangle.
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. |
Comments
The ToolTipStyle field defines the appearance of the tooltip. This value can be modified by the ShowToolTip event handler.