IniEditor.DisplayMode Property

TG.INI

IniEditorDisplayMode Property

Gets or sets how the editor window is setup.

Namespace:  TG.INI.Controls
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniEditorDisplayModes DisplayMode { get; set; }
Public Property DisplayMode As IniEditorDisplayModes
	Get
	Set
public:
property IniEditorDisplayModes DisplayMode {
	IniEditorDisplayModes get ();
	void set (IniEditorDisplayModes value);
}
member DisplayMode : IniEditorDisplayModes with get, set

Property Value

Type: IniEditorDisplayModes
Remarks
There are two options available for this property; Standalone and Dialog. When the Standalone option is selected, a tool bar is shown with the buttons New, Open and Save. When the Dialog option is shown, the tool bar is hidden and OK and Cancel button is shown at the bottom of the window.
See Also