IRegionWithTooltipTryGetTooltip Method

Draws a ToolTip image of the Region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool TryGetTooltip(
	out IBitmap bmp
)

Parameters

bmp  IBitmap
Image of the ToolTip to show.

Return Value

Boolean
Returns if ToolTip can be shown, otherwise.

See Also