Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the HTML select control.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseMinWidthForHtmlPicker As Boolean
Get
Set
'Usage
Dim instance As SPFarm
Dim value As Boolean
value = instance.UseMinWidthForHtmlPicker
instance.UseMinWidthForHtmlPicker = value
public bool UseMinWidthForHtmlPicker { get; set; }
Property value
Type: System.Boolean
true if HTML select control (commonly used in lookup field) uses min-width, instead of the CSS style width; otherwise false.
Remarks
Setting to true ensures the items inside the selector control are not truncated, but makes the width of the control non-deterministic.