Click or drag to resize
FormBoolDefault Enumeration

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

Specifcation of various form-level properties -not used pt!

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 BoolDefault
Members
  Member nameValueDescription
Default0 Default (as specified for the entire application, e.g.in skin and/or .config-files)
False1 Value 'false'
True2 Value 'true'
See Also