ToolsAPI.Editor.INTACodeEditorOptions280.GutterVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GutterVisible: Boolean read GetGutterVisible;

C++

__property bool GutterVisible = {read=GetGutterVisible};

Properties

Type Visibility Source Unit Parent
property public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorOptions280

Description

Specifies whether the gutter appears onscreen for the Code Editor Options.

Use the GutterVisible property to control the visibility of the gutter in the Code Editor.

See Also