SearchSettingsDataSource.SearchPopupCloseDelay 属性

定义

获取或设置在搜索控件中自动启动搜索后的延迟时间(以毫秒为单位),直到自动关闭搜索弹出窗口。 默认值为4000毫秒。

public:
 property System::UInt32 SearchPopupCloseDelay { System::UInt32 get(); void set(System::UInt32 value); };
public:
 property unsigned int SearchPopupCloseDelay { unsigned int get(); void set(unsigned int value); };
public uint SearchPopupCloseDelay { get; set; }
member this.SearchPopupCloseDelay : uint32 with get, set
Public Property SearchPopupCloseDelay As UInteger

属性值

UInt32

返回弹出项自动关闭之前的延迟时间(以毫秒为单位)。

适用于