Spread Windows Forms 10.0 Product Documentation
AutoSize Property (CharBoxInfo)


Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.
Syntax
'Declaration
 
Public Property AutoSize As Boolean
'Usage
 
Dim instance As CharBoxInfo
Dim value As Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize
public bool AutoSize {get; set;}

Property Value

A bool value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.
The default is true.
Remarks
When this property is set to true, the CharBoxInfo adjusts its width to display its entire contents.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CharBoxInfo Class
CharBoxInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.