Specifies constants indicating what properties this configuration object supports.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public enum Property
Visual Basic
Public Enumeration Property

Members

Member nameValueDescription
Id0Represents the Id part of the ConfigurationId property.
DisplayName1Represents the DisplayName part of the ConfigurationId property.
RevisionLevel2Represents the RevisionLevel property.
PageDispositions3Represents the PageDispositions property.
PageControls4Represents the PageControls property.
StaticText5Represents the StaticText property.
Stage6Represents the Stage property.
ForegroundColor7Represents the ForegroundColor property.
BackgroundColor8Represents the BackgroundColor property.

See Also