Display
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies whether a control displays the label, the icon or both.
- C#
- VB.NET
public enum Display : Enum
Public Enum Display As [Enum]
Fields
| Name | Description |
|---|---|
| Both | The control displays both, the icon and text. |
| Icon | The control hides the text and displays only the icon. |
| Label | The control hides the icon and displays only the label. |
Used By
| Name | Description |
|---|---|
| Button.Display | Returns or sets the Display mode of the control to determine whether to display the icon, the text or both. |
| TabControl.Display | Returns or sets the Display mode of the control to determine whether to display the icon, the text or both. |