Show / Hide Table of Contents

Enum TBHide

Reasons to hide a toolbar. Used with toolbar.Hide.

[Flags]
public enum TBHide

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
FullScreen

A full-screen window is active. See flag TBFlags.HideWhenFullScreen.

Owner

Owner window is hidden, minimized, etc.

User

This and bigger flag values can be used by callers for any purpose. Value 0x10000.

Extension Methods

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