Enumaration of the SuperLabel styles

Namespace:  VIBlend.SuperControls
Assembly:  VIBlendSuperControls (in VIBlendSuperControls.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

C#
public enum LabelItemStyle
Visual Basic (Declaration)
Public Enumeration LabelItemStyle
Visual C++
public enum class LabelItemStyle

Members

Member nameDescription
TextOnly
The label is represented by text content
ImageOnly
The label is represented by image content

See Also