Softelvdm.Controls Class Library for Windows Controls 1.0

Style Property, ToolTipClass Class

Softel vdm, Inc.

Defines the style of the tooltip.

Syntax      ToolTipClass Class (Softelvdm.Controls)

VB   

Public Property Style As ToolTipAppearanceEnum

C#   

public ToolTipAppearanceEnum Style { get; set; }

C++   

public: property ToolTipAppearanceEnum Style {
        ToolTipAppearanceEnum get();
        void set(ToolTipAppearanceEnum value);
}

Property Value

The tooltip style.

ToolTipAppearanceEnum

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.

The default value is ToolTipAppearanceEnum.Rectangle.

Comments

The Style property defines the style of the tooltip.

Version Information

Supported in version 1.0.
Products Table


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