Softelvdm.Controls Class Library for Windows Controls 1.0

Position Property, ToolTipClass Class

Softel vdm, Inc.

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 {
        PositionEnum get();
        void set(PositionEnum value);
}

Property Value

The position.

PositionEnum

Value

Description

AboveOrLeft

0

The tooltip is displayed above or to the left of the data it references.

BelowOrRight

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com