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 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.