Click or drag to resize
EditorCategoryType Enumeration

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

[Missing <summary> documentation for "T:CSC.SC.TOPICA4.Template.EditorCategoryType"]

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public enum EditorCategoryType
Members
  Member nameValueDescription
Custom0 Show property on custom tab in editor
Picker1 Show property on "Picker" tab in editor
Base2 Set this attribute on properties or fields in abstract classes, that should be displayed in the editor on the tab for the concrete class that inherits from the abstract class
See Also