Back to Devexpress

ToolTipStyleBase Class

aspnet-devexpress-dot-web-6aa158fe.md

latest1.8 KB
Original Source

ToolTipStyleBase Class

Defines the base style settings for the tooltips and help texts.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolTipStyleBase :
    AppearanceStyleBase
vb
Public Class ToolTipStyleBase
    Inherits AppearanceStyleBase

Remarks

The ToolTipStyleBase class defines the common style settings of tooltips, and serves as a base for the HelpTextStyle and TrackBarValueToolTipStyle classes.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase ToolTipStyleBase HelpTextStyle

TrackBarValueToolTipStyle

See Also

ToolTipStyleBase Members

DevExpress.Web Namespace