Property ToolTipObject
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; }