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. |