Softelvdm.Controls Class Library for Windows Controls 1.0

ArrowLocationEnum Enumeration

Softel vdm, Inc.

Defines the location of the stem of a balloon style tooltip (ToolTipAppearanceEnum.Balloon).

Syntax      ArrowLocationEnum Enumeration (Softelvdm.Controls)

VB   

Public Enum ArrowLocationEnum

C#   

public enum ArrowLocationEnum

C++   

public enum class ArrowLocationEnum


Member

Value

Description

TopLeft

0

The stem is anchored near the left of the top side of the tooltip window.

TopRight

1

The stem is anchored near the right of the top side of the tooltip window.

RightTop

2

The stem is anchored near the top of the right side of the tooltip window.

RightBottom

3

The stem is anchored near the bottom of the right side of the tooltip window.

BottomLeft

4

The stem is anchored near the right of the bottom side of the tooltip window.

BottomRight

5

The stem is anchored near the left of the bottom side of the tooltip window.

LeftTop

6

The stem is anchored near the top of the left side of the tooltip window.

LeftBottom

7

The stem is anchored near the bottom of the left side of the tooltip window.

Comments

The ArrowLocationEnum enumeration defines the location of the stem of a balloon style tooltip (ToolTipAppearanceEnum.Balloon).

The stem points at the data it references.

Version Information

Supported in version 1.0.
Products Table


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