|
|
|
Position Property, ToolTipClass Class |
Defines the position of the tooltip, relative to the data it references.
Syntax ToolTipClass Class (Softelvdm.Controls)
VB |
Public Property Position As PositionEnum |
C# |
public PositionEnum Position { get; set; } |
C++ |
public: property PositionEnum Position { |
Property Value
The position.
Value |
Description |
|
0 | The tooltip is displayed above or to the left of the data it references. | |
1 | The tooltip is displayed below or to the right of the data it references. |
Comments
The Position property defines the position of the tooltip, relative to the data it references.
SftTree/NET 2.0: Two instances of the ToolTipClass class are available. The control's ToolTip property defines attributes for all tooltips, the ScrollTip property defines attributes for scrolltips. The Position property defines where scrolltips are displayed (to the left or right of the vertical scroll bar) or where tooltips are displayed by the ShowToolTip event when the mouse cursor is positioned within a cell.
Version Information
Supported in version 1.0.
Products Table