Skip to main content
Version: 3.5

Display

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies whether a control displays the label, the icon or both.

public enum Display : Enum

Fields

NameDescription
BothThe control displays both, the icon and text.
IconThe control hides the text and displays only the icon.
LabelThe control hides the icon and displays only the label.

Used By

NameDescription
Button.DisplayReturns or sets the Display mode of the control to determine whether to display the icon, the text or both.
TabControl.DisplayReturns or sets the Display mode of the control to determine whether to display the icon, the text or both.