SearchSettingsDataSource.ControlMinWidth 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 of the common search control. Default is 100.
public:
property System::UInt32 ControlMinWidth { System::UInt32 get(); void set(System::UInt32 value); };
public:
property unsigned int ControlMinWidth { unsigned int get(); void set(unsigned int value); };
public uint ControlMinWidth { get; set; }
member this.ControlMinWidth : uint32 with get, set
Public Property ControlMinWidth As UInteger
Property Value
Returns the minimum width of the search control.