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