IniEditor.DisplayModes Enumeration

TG.INI

IniEditorDisplayModes Enumeration

Represents modes of the GUI.

Namespace:  TG.INI.Controls
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public enum DisplayModes
Public Enumeration DisplayModes
public enum class DisplayModes
type DisplayModes
Members
  Member nameValueDescription
Standalone0 This will cause a top tool bar to be shown that includes a New, Open and Save button.
Dialog1 This will hide the top tool bar and show an Ok and Cancel button at the bottom of the window.
See Also