HtmlForgeX

API Reference

Class

ApexTooltipOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Options controlling tooltip behaviour.

Inheritance

  • Object
  • ApexTooltipOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public ApexTooltipOptions() #

Methods

public ApexTooltipOptions Enable(Boolean enabled) #
Returns: ApexTooltipOptions

Enables or disables tooltips.

Parameters

enabled System.Boolean requiredposition: 0
True to enable tooltips.

Returns

The current ApexTooltipOptions instance.

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled") JsonIgnore(Condition = 3)

Gets or sets a value indicating whether tooltips are enabled.