SearchSettingsDataSource.SearchProgressShowDelay 属性

定义

获取或设置在搜索控件中开始搜索后的延迟时间(以毫秒为单位),直到进度指示器自动显示。 此延迟可使快速搜索完成,而不显示进度。 默认值为200毫秒。

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

属性值

UInt32

返回进度指示器自动显示之前的延迟时间(以毫秒为单位)。

适用于