GLG Toolkit, Java Class Library  Version 4.5
GlgNativeTooltipType

Specifies the type of a tooltip to use. More...

Detailed Description

Specifies the type of a tooltip to use.

Constants

static final int BOX_TOOLTIP = 1
 Enables a native box-style tooltip. More...
 
static final int GLG_TOOLTIP = 0
 Disables native tooltips to use GLG tooltips. More...
 

Variable Documentation

◆ BOX_TOOLTIP

final int BOX_TOOLTIP = 1
static

Enables a native box-style tooltip.

◆ GLG_TOOLTIP

final int GLG_TOOLTIP = 0
static

Disables native tooltips to use GLG tooltips.

GLG tooltips may be used to handle dynamic changes of the TooltipString property.