ToolsAPI.Editor.INTACodeEditorEvents.AllowedGutterStages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AllowedGutterStages: TPaintGutterStages;

C++

virtual TPaintGutterStages __fastcall AllowedGutterStages() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorEvents

Description

Specifies the gutter stages that should be notified by the PaintGutter method.

The default number of gutter stages is [to be completed]. Override this method to specify another number.

See Also