ITemplateEditingFrame.Resize(Int32, Int32) 方法

定义

将控件的大小调整到指定的宽度和高度。

C#
public void Resize (int width, int height);

参数

width
Int32

控件的新宽度。

height
Int32

控件的新高度。

注解

备注

ITemplateEditingFrame 接口已过时。 GroupStyle在控件设计器的集合中的每个模板组元素上使用属性 TemplateGroups

适用于

产品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

另请参阅