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.newRectangle

Represents the requested size of the RichTextBox control.

[Visual Basic]
Public ReadOnly newRectangle As Rectangle
[C#]
public readonly Rectangle newRectangle;
[C++]
public: readonly Rectangle newRectangle;
[JScript]
public var newRectangle : Rectangle;

See Also

RequestResizeEventArgs Class | RequestResizeEventArgs Members | System.WinForms Namespace