IServerType.RequestedPropertySize Property

Definition

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.

public:
 property System::Drawing::Size RequestedPropertySize { System::Drawing::Size get(); };
public System.Drawing.Size RequestedPropertySize { get; }
member this.RequestedPropertySize : System.Drawing.Size
Public ReadOnly Property RequestedPropertySize As Size

Property Value

The size of the custom user control.

Applies to