NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RequestResizeEventArgs Constructor

Initializes a new instance of the RequestResizeEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal newRectangle As Rectangle _
)
[C#]
public RequestResizeEventArgs(
   Rectangle newRectangle
);
[C++]
public: RequestResizeEventArgs(
   Rectangle newRectangle
);
[JScript]
public function RequestResizeEventArgs(
   newRectangle : Rectangle
);

Parameters

newRectangle
A Rectangle that specifies the requested dimensions of the RichTextBox control.

See Also

RequestResizeEventArgs Class | RequestResizeEventArgs Members | System.WinForms Namespace