ITemplateEditingFrame.Resize Method (Int32, Int32)

 

Resizes the control to the specified width and height.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

abstract Resize : 
        width:int *
        height:int -> unit

Parameters

width
Type: System.Int32

The new width for the control.

height
Type: System.Int32

The new height for the control.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. Use the GroupStyle property on each template group element in the TemplateGroups collection of a control designer.

.NET Framework
Available since 1.1
Return to top
Show: