Class

WebToolbarFlexibleSpace


Warning

This item was deprecated in version 2020r2. There is no replacement.

Description

A flexible space control for the WebToolbar.

Properties

Name

Type

Read-Only

Shared

Badge

String

Caption

String

Enabled

Boolean

Icon

WebPicture

Tag

Variant

Tooltip

String

Visible

Boolean

Property descriptions


WebToolbarFlexibleSpace.Badge

Badge As String

A small graphical element used to displayed additional information alongside the WebToolbarItem.

The text appears in white on a round rectangle with a red background.


WebToolbarFlexibleSpace.Caption

Caption As String

The text that accompanies the WebToolbarItem to indicate its purpose.


WebToolbarFlexibleSpace.Enabled

Enabled As Boolean

If True, the item can be pressed. If False, it cannot be.


WebToolbarFlexibleSpace.Icon

Icon As WebPicture

The picture that is associated with the WebToolbarItem.


WebToolbarFlexibleSpace.Tag

Tag As Variant

A hidden value associated with the WebToolbarItem.

Since this is a Variant, this can be used to associate any type of data, even an object, with the WebToolbarItem.


WebToolbarFlexibleSpace.Tooltip

Tooltip As String

A helpful message that describes the purpose of the WebToolbarItem.


WebToolbarFlexibleSpace.Visible

Visible As Boolean

Indicates whether or not the WebToolbarItem is visible.

This property is useful when you need to hide/show WebToolbarItem's dynamically at runtime.

Notes

The WebFlexibleSpace has no additional properties or methods of its own.

Compatibility

Web projects on all supported operating systems.

See also

WebToolbarItem parent class; WebMenuItem, WebToolbar, WebToolbarButton, WebToolbarContainer, WebToolbarMenu, WebToolbarSeparator, WebToolbarSpace classes.