Wrappable Property

       

Returns or sets a value that determines if Toolbar control buttons will automatically wrap when the window is resized.

Syntax

object.Wrappable [= boolean]

The Wrappable property syntax has these parts:

Part Description
object An object expression that evaluates to a Toolbar control.
boolean A Boolean expression that determines if the Button objects on a Toolbar control will wrap, as described in Settings.

Settings

The settings for boolean are:

Value Description
True The buttons on the Toolbar control wrap if the form is resized.
False The buttons on the Toolbar control won't wrap if the form is resized.