Share via


SearchSettingsDataSource.SearchProgressShowDelay Property

Definition

Gets or sets the delay, in milliseconds, after a search is started in the search control, until the progress indicator automatically displays. This delay enables fast searches to complete without showing progress. Default is 200 milliseconds.

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

Property Value

Returns the delay, in milliseconds, until the progress indicator automatically displays.

Applies to