SearchSettingsDataSource.ControlMinPopupWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value indicating the minimum width used by the common search control for displaying popups. Default is 200.
public:
property System::UInt32 ControlMinPopupWidth { System::UInt32 get(); void set(System::UInt32 value); };
public:
property unsigned int ControlMinPopupWidth { unsigned int get(); void set(unsigned int value); };
public uint ControlMinPopupWidth { get; set; }
member this.ControlMinPopupWidth : uint32 with get, set
Public Property ControlMinPopupWidth As UInteger
Property Value
Returns the minimum popup width of the search control.