 | ControlHelperSetControlEnableds 方法 |
Sweet 开发框架
功能描述:设置控件Enabled,切不改变控件颜色
作 者:LT
创建日期:2019-03-04 13:43:32
任务编号:POS
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void SetControlEnableds(
Control[] cs,
bool enabled
)
Public Shared Sub SetControlEnableds (
cs As Control(),
enabled As Boolean
)
static member SetControlEnableds :
cs : Control[] *
enabled : bool -> unit
参数
- cs
- 类型:System.Windows.FormsControl
cs - enabled
- 类型:SystemBoolean
enabled
参见