Edit

Share via


OverflowMode Enum

Definition

Specifies how ToolBar items are placed in the main toolbar panel and in the overflow panel.

public enum class OverflowMode
public enum OverflowMode
type OverflowMode = 
Public Enum OverflowMode
Inheritance
OverflowMode

Fields

Always 1

Item is permanently placed in the overflow panel.

AsNeeded 0

Item moves between the main panel and overflow panel, depending on the available space.

Never 2

Item is never allowed to overflow.

Applies to