c2e06736 c6c3 45fc a3dd 73f02809d067 - autumn009/NestedHtmlWriter GitHub Wiki
textarea elemnt object creation
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhTextArea CreateTextArea(
int cols,
int rows
)
VB
Public Function CreateTextArea (
cols As Integer,
rows As Integer
) As NhTextArea
C++
public:
NhTextArea^ CreateTextArea(
int cols,
int rows
)
F#
member CreateTextArea :
cols : int *
rows : int -> NhTextArea
- cols
- Type: System.Int32
cols attribute value - rows
- Type: System.Int32
rows attribute value
Type: NhTextArea
created object