Επεξεργασία

Κοινή χρήση μέσω


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

AsNeeded 0

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

Always 1

Item is permanently placed in the overflow panel.

Never 2

Item is never allowed to overflow.

Applies to