Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / DefaultSize Property


In This Topic
DefaultSize Property (GcCharMask)
In This Topic
Gets the default size of the control.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property DefaultSize As Size
 
'Usage
 
Dim instance As GcCharMask
Dim value As Size
 
value = instance.DefaultSize

Property Value

The default System.Drawing.Size of the control.
Remarks
The DefaultSize property represents the System.Drawing.Size of the control when it is initially created. You can adjust the size of the control by setting its System.Drawing.Size property value.
See Also