Show / Hide Table of Contents

Enum TBLayout

Used with toolbar.Layout.

public enum TBLayout

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
HorizontalWrap

Default layout. Buttons are in single row. Wrapped when exceeds maximal row width. More rows can be added with toolbar.Group.

Vertical

Buttons are in single column, like in a popup menu. Separators are horizontal.

Extension Methods

ExtMisc.HasAny<TBLayout>(TBLayout, TBLayout)
ExtMisc.Has<TBLayout>(TBLayout, TBLayout)
ExtMisc.SetFlag<TBLayout>(ref TBLayout, TBLayout, bool)