Share via


SearchSettingsDataSource.SearchPopupCloseDelay Property

Definition

Gets or sets the delay, in milliseconds, after a search is automatically started in the search control, until the search popup is automatically closed. Default is 4,000 milliseconds.

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

Property Value

Returns the delay, in milliseconds, until the popup is automatically closed.

Applies to