Vcl.StdCtrls.TCustomCombo.GetDroppedDown

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

Delphi

function GetDroppedDown: Boolean;

C++

bool __fastcall GetDroppedDown();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

説明

DroppedDown プロパティの値を返します。

GetDroppedDown は,DroppedDown プロパティの読み出し専用メソッドです。GetDroppedDown は,ドロップダウンリストが表示されている場合に true を返します。

関連項目