IRegionWithTooltipTryGetTooltip Method
Draws a ToolTip image of the Region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool TryGetTooltip(
out IBitmap bmp
)
Function TryGetTooltip (
<OutAttribute> ByRef bmp As IBitmap
) As Boolean
bool TryGetTooltip(
[OutAttribute] IBitmap^% bmp
)
abstract TryGetTooltip :
bmp : IBitmap byref -> bool
- bmp IBitmap
-
Image of the ToolTip to show.
Boolean
Returns true if ToolTip can be shown; false otherwise.