IServerType.RequestedPropertySize Property

 

Applies To: SQL Server 2016 Preview

Gets the size that the custom user control needs to render correctly. This is used by both the advanced view of the connection dialog box and the New Server Registration dialog box to ensure that they expose enough screen space for the whole control to be visible.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

Size RequestedPropertySize { get; }
property Size RequestedPropertySize {
    Size get();
}
abstract RequestedPropertySize : Size with get
ReadOnly Property RequestedPropertySize As Size

Property Value

Type: System.Drawing.Size

The size of the custom user control.

See Also

IServerType Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top