点击或拖拽改变大小

DesignStyleSettingGetControlStyle 方法

根据控件类型以及控件类型中对应的控件样式名称来查找ControlStyle

命名空间:  Smobiler.Core
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public ControlStyle GetControlStyle(
	string ctltypename,
	string stylename
)

参数

ctltypename
类型:SystemString

[缺少 "M:Smobiler.Core.DesignStyleSetting.GetControlStyle(System.String,System.String)" 的 <param name="ctltypename"/> 文档]

stylename
类型:SystemString

[缺少 "M:Smobiler.Core.DesignStyleSetting.GetControlStyle(System.String,System.String)" 的 <param name="stylename"/> 文档]

返回值

类型:ControlStyle

[缺少 "M:Smobiler.Core.DesignStyleSetting.GetControlStyle(System.String,System.String)" 的 <returns> 文档]

参见