DesignIntf.IHostForm.GetDesignerState

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

Delphi

function GetDesignerState: TDesignerState;

C++

virtual Designertypes::TDesignerState __fastcall GetDesignerState(void) = 0 ;

プロパティ

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


説明

デザイナの状態を取得します。

GetDesignerState を使用すると、デザイナの現在の状態を表す、TDesignerState 値を取得することができます。

GetDesignerState の結果には、以下の値を 1 つ以上設定できます。 dsVisibledsIconicdsZoomed

関連項目