DesignIntf.IComponentGuidelines.DesignerGuideTypes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentGuidelines


説明

コレクションにおいて Index で指定されるデザイナ ガイドラインの型を返します。ガイドラインの型は、TDesignerGuideType の値を用いて示されます。

関連項目