DesignIntf.IComponentGuidelines.GetDesignerGuideOffset

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

Delphi

function GetDesignerGuideOffset(Index: Integer): Integer;

C++

virtual int __fastcall GetDesignerGuideOffset(int Index) = 0 ;

プロパティ

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


説明

Index によって指定されるデザイナ ガイド オフセットを返します。

これは、元のコントロールからのオフセットです。コントロールの上および左方向に存在するガイドラインは、負数で表現されます。

関連項目