DesignIntf.IComponentGuidelines.DesignerGuideTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignerGuideTypes[Index: Integer]: TDesignerGuideType read GetDesignerGuideType;

C++

__property TDesignerGuideType DesignerGuideTypes[int Index] = {read=GetDesignerGuideType};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentGuidelines

Description

Returns the type of the designer guideline specified by Index in the collection. The type of a guideline is specified using a TDesignerGuideType value.

See Also