constants.Standard Interface Identifier Strings

The Standard Interface Identifier Strings are used to find interface objects of a VCDPropertyElement.
The interface of a VCDPropertyElement determines the handling of the regared property element. For example an auto element should be handled by a switch interface. These strings are combined with a string from the Standard Element Identifier Strings. The resulting string is passed to the VCDPropertyElement.FindInterface method.
The Standard Interface Identifier Strings are declared in the module VCDPropertyID.bas. This module is located in the samples\vb6\Common directory of the IC Imaging Control installation directory. To use the strings, the module file VCDPropertyID.bas must be added to the project.
The Basic Use of VCD Properties article in the Programmer's Guide shows how to use the interface identifier strings.
Constant Description
VCDInterface_Range Finds a VCDRangeProperty.
VCDInterface_Switch Finds a VCDSwitchProperty.
VCDInterface_Button Finds a VCDButtonProperty.
VCDInterface_MapStrings Finds a VCDMapStringsProperty.
VCDInterface_AbsoluteValue Finds a VCDAbsoluteValueProperty.

<< Constants