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


In This Topic
AutoSize Property (GcCharMask)
In This Topic
Gets or sets a value indicating whether control is auto size to show context completely in vertical direction.
Syntax
'Declaration
 
Public Overrides Property AutoSize As Boolean
 
'Usage
 
Dim instance As GcCharMask
Dim value As Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize

Property Value

true if enabled; otherwise, false.
Remarks
When this property is set to true, the GcCharMask adjusts its width to display its entire contents.
See Also