Enumaration of the SuperLabel styles
Namespace:
VIBlend.SuperControlsAssembly: 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 name | Description | |
|---|---|---|
| TextOnly |
The label is represented by text content
| |
| ImageOnly |
The label is represented by image content
|