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!

TemplateEditingFrame.Resize

Resizes the template editing frame.

[Visual Basic]
Public Sub Resize( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public void Resize(
   int width,
   int height
);
[C++]
public: void Resize(
   int width,
   int height
);
[JScript]
public function Resize(
   width : int,
   height : int
);

Parameters

width
The width to resize the frame.
height
[To be supplied.]

See Also

TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace