0f5a2989 9532 0f08 e430 aaf43b7ade98 - autumn009/NestedHtmlWriter GitHub Wiki

NhTextArea Constructor

NhTextArea class constructor

Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)

Syntax

C#

public NhTextArea(
	TextWriter writer,
	NhBase parent,
	int cols,
	int rows
)

VB

Public Sub New ( 
	writer As TextWriter,
	parent As NhBase,
	cols As Integer,
	rows As Integer
)

C++

public:
NhTextArea(
	TextWriter^ writer, 
	NhBase^ parent, 
	int cols, 
	int rows
)

F#

new : 
        writer : TextWriter * 
        parent : NhBase * 
        cols : int * 
        rows : int -> NhTextArea

Parameters

 

writer
Type: System.IO.TextWriter
writer for output
parent
Type: NestedHtmlWriter.NhBase
parent element object
cols
Type: System.Int32
cols attribute value
rows
Type: System.Int32
rows attribute value

See Also

Reference

NhTextArea Class
NestedHtmlWriter Namespace

⚠️ **GitHub.com Fallback** ⚠️