Represents the types of items that can be placed in a toolbar.
publicenumToolbarItemType:Enum
Public Enum ToolbarItemType As [Enum]
Fields
Name
Description
Default
Default toolbar item. Used when no specific type is required.
FixedSpace
Represents a fixed space in the toolbar. Unlike FlexibleSpace, this has a constant size and does not change.
FlexibleSpace
Represents a flexible space in the toolbar. This space can expand or shrink as needed. Useful for aligning items in the toolbar or creating visually appealing layouts.