Struct VmbFeatureEnumEntry
- Assembly
- VisioForge.Core.dll
Structure containing information about possible entries of an enumeration feature.
public struct VmbFeatureEnumEntryInherited Members
Fields
Description
Longer description.
public string DescriptionField Value
DisplayName
Enumeration entry name to be used in GUIs.
public string DisplayNameField Value
IntValue
Integer value of this enumeration entry.
public long IntValueField Value
Name
Name used in the API.
public string NameField Value
SfncNamespace
Namespace this feature resides in.
public string SfncNamespaceField Value
Tooltip
Short description, e.g. for a tooltip.
public string TooltipField Value
Visibility
GUI visibility.
public VmbFeatureVisibility Visibility