This documentation is archived and is not being maintained.

ITemplateEditingFrame.Resize Method

Resizes the control to the specified width and height.

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

Parameters

width
The new width for the control.
height
The new height for the control.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ITemplateEditingFrame Interface | ITemplateEditingFrame Members | System.Web.UI.Design Namespace

Show: