Click or drag to resize
FormFormSaveButtonMode Enumeration

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

Number and function of standard Save buttons

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 FormSaveButtonMode
Members
  Member nameValueDescription
Default0 Default (as specified for the entire application, e.g. in skin and/or .config-files)
SaveAndContinue1 One button functioning as "Save and Continue"
SaveAndClose2 One button functioning as "Save and Close"
Both3 Two buttons: one to "Save and Continue" one to "Save and Close"
See Also