Table of Contents

Property ToolTipObject

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ToolTipObject

Gets or sets the tool-tip that is displayed for this element in the user interface. This property allows to access the tool-tip as object. In order to set/get tool-tip as string, use ToolTip property.

[Browsable(false)]
public virtual object? ToolTipObject { get; set; }

Property Value

object