Click or drag to resize
TextDateCalendarShownOn Enumeration

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

Defines when the TextDate calendar will be shown (if enabled)

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 TextDateCalendarShownOn
Members
  Member nameValueDescription
Focus0 Show calendar when field receives focus
Button1 Show calendar when button is clicked
Both2 Show calendar when either button is clicked or field receives focus
See Also