ContextSelector<T>.DialogHeight Property
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.