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 );
TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace