Spread for ASP.NET 9.0 Product Documentation
Size Property (GeneralEditor)


Gets or sets the size of the editor control.
Syntax
'Declaration
 
Public Property Size As Integer
'Usage
 
Dim instance As GeneralEditor
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
public int Size {get; set;}

Property Value

Integer number of characters in the editable area
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

GeneralEditor Class
GeneralEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.