OverflowMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.