ContextSelector<T>.DialogWidth Property
Gets or sets the width in pixels of the popup selection dialog.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DialogWidth As UInteger
Get
Set
'Usage
Dim instance As ContextSelector
Dim value As UInteger
value = instance.DialogWidth
instance.DialogWidth = value
public uint DialogWidth { get; set; }
Property Value
Type: System.UInt32
A 32-bit unsigned integer that specifies the width in pixels of the pop-up selection dialog.