Click or drag to resize

EditorControlType Enumeration

[This is preliminary documentation and is subject to change.]

What type of control should be used in the editor (typically select Default)

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
public enum EditorControlType
Members
  Member nameValueDescription
Default0 Use the editor default control for this field
MultiLine1 Use a multiline control for this field
Path2 Use a filebrowsing control for this field
See Also