Class

WebToolbarSeparator


Description

A Separator control for the WebToolbar.

Property descriptions


WebToolbarSeparator.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.


WebToolbarSeparator.Caption

Caption As String

The text that accompanies the WebToolbarItem to indicate its purpose.


WebToolbarSeparator.Enabled

Enabled As Boolean

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


WebToolbarSeparator.Icon

Icon As WebPicture

The picture that is associated with the WebToolbarItem.


WebToolbarSeparator.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.


WebToolbarSeparator.Tooltip

Tooltip As String

A helpful message that describes the purpose of the WebToolbarItem.


WebToolbarSeparator.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 WebToolbarSeparator does not have any additional properties or methods of its own.

Compatibility

Web projects on all supported operating systems.