DefaultSize Property (EditBase)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the default size of the control.
protected override Size DefaultSize {get;}
'Declaration
Protected Overrides ReadOnly Property DefaultSize As Size
'Usage
Dim instance As EditBase
Dim value As Size
value = instance.DefaultSize
Property Value
The default
System.Drawing.Size of the control.