Enum TabControlAdvanced.HideTabsModes
Controls when the tabs area is shown or hidden: always shown, always hidden, hidden based on logic (e.g. a single page), or hidden when the mouse is away.
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public enum TabControlAdvanced.HideTabsModes
Fields
| Name | Description |
|---|---|
| HideAlways | |
| HideUsingLogic | |
| HideWithoutMouse | |
| ShowAlways |