Balloon (gb.form)
Static properties
Control
|
Returns the control the balloon points at, or NULL if no balloon is displayed.
|
Delay
|
Returns or sets the number of milliseconds the balloon is displayed.
|
Font
|
Returns or sets the balloon text font.
|
Visible
|
Return TRUE if the ballon is visible.
|
Static methods
Delete
|
Displays a message with a trash icon in a balloon using the systems tooltip colors.
|
Error
|
Displays a message with an error icon in a balloon using the systems tooltip colors.
|
Hide
|
Explicitely hides the balloon.
|
Info
|
Displays a message in a balloon using the systems tooltip colors.
|
Question
|
Displays a message with a question icon in a balloon using the systems tooltip colors.
|
Warning
|
Displays a message with a warning icon in a balloon using the systems tooltip colors.
|