| 名称 | 说明 |
---|
 | BorderSize |
边框宽度
(由 ControlEx 定义。) |
 | ConsoleWriteLine | (由 SystemEx 定义。) |
 | Disabled | (由 ControlEx 定义。) |
 | DoubleBuffered |
双缓冲显示
(由 ControlEx 定义。) |
 | DPIScale | (由 UIDPIScale 定义。) |
 | DPIScaleFont(Font) | 已重载。 (由 UIDPIScale 定义。) |
 | DPIScaleFont(Font, Single) | 已重载。 (由 UIDPIScale 定义。) |
 | DPIScaleFontSize | (由 UIDPIScale 定义。) |
 | EndShow | (由 FormEx 定义。) |
 | GetAllControls | (由 ControlEx 定义。) |
 | GetAllDPIScaleControls | (由 UIDPIScale 定义。) |
 | GetControl(String) | 已重载。
根据名称获取控件
(由 ControlEx 定义。) |
 | GetControlT(String) | 已重载。
根据名称获取控件
(由 ControlEx 定义。) |
 | GetControls(String) | 已重载。
查找包含名称的控件列表
(由 ControlEx 定义。) |
 | GetControlsT(Boolean) | 已重载。
获取所有类型为T的控件
(由 ControlEx 定义。) |
 | GetInterfaceControls |
查找包含接口名称的控件列表
(由 ControlEx 定义。) |
 | GetParentForm | (由 ControlEx 定义。) |
 | GetTag |
Control的Tag属性扩展,根据索引获取对象
(由 ControlEx 定义。) |
 | GetTranslateControls | (由 UIStyleHelper 定义。) |
 | GetUIStyleControls |
查找包含接口名称的控件列表
(由 UIStyleHelper 定义。) |
 | InitTag |
Control的Tag属性扩展,设置多个对象
(由 ControlEx 定义。) |
 | InputDoubleDialog(Double, Int32, Boolean, String, UIStyle, Boolean) | 已重载。 (由 UIInputDialog 定义。) |
 | InputDoubleDialog(Double, Double, Double, Int32, Boolean, String, UIStyle, Boolean) | 已重载。 (由 UIInputDialog 定义。) |
 | InputIntegerDialog(Int32, Boolean, String, UIStyle, Boolean) | 已重载。 (由 UIInputDialog 定义。) |
 | InputIntegerDialog(Int32, Int32, Int32, Boolean, String, UIStyle, Boolean) | 已重载。 (由 UIInputDialog 定义。) |
 | InputPasswordDialog | (由 UIInputDialog 定义。) |
 | InputStringDialog | (由 UIInputDialog 定义。) |
 | Invisible | (由 ControlEx 定义。) |
 | RootForm | (由 ControlEx 定义。) |
 | SaveToImage | 已重载。
控件保存为图片
(由 ControlEx 定义。) |
 | SaveToImage(String, ImageFormat) | 已重载。
控件保存为图片
(由 ControlEx 定义。) |
 | ScreenLocation | (由 ControlEx 定义。) |
 | ScreenRectangle | (由 ControlEx 定义。) |
 | SetControlEnabled |
功能描述:设置控件Enabled,切不改变控件颜色
作 者:LT
创建日期:2019-03-04 13:43:32
任务编号:POS
(由 ControlHelper 定义。) |
 | SetDisabled |
控件不可对用户交互做出响应
(由 ControlEx 定义。) |
 | SetDPIScaleFont | (由 UIDPIScale 定义。) |
 | SetEnabled |
控件可对用户交互做出响应
(由 ControlEx 定义。) |
 | SetLocationToForm | (由 ControlEx 定义。) |
 | SetLocationToWindow | (由 ControlEx 定义。) |
 | SetTag |
Control的Tag属性扩展,根据索引更新对象
(由 ControlEx 定义。) |
 | ShowAskDialog(String, UIStyle) | 已重载。
确认信息提示框
(由 UIMessageDialog 定义。) |
 | ShowAskDialog(String, String, UIStyle) | 已重载。
确认信息提示框
(由 UIMessageDialog 定义。) |
 | ShowContextMenuStrip(ContextMenuStrip, Point) | 已重载。 (由 ControlEx 定义。) |
 | ShowContextMenuStrip(ContextMenuStrip, Int32, Int32) | 已重载。 (由 ControlEx 定义。) |
 | ShowControlMask | (由 FormEx 定义。) |
 | ShowDialogWithMask | (由 FormEx 定义。) |
 | ShowErrorDialog(String, UIStyle) | 已重载。
错误信息提示框
(由 UIMessageDialog 定义。) |
 | ShowErrorDialog(String, String, UIStyle) | 已重载。
错误信息提示框
(由 UIMessageDialog 定义。) |
 | ShowFullMask | (由 FormEx 定义。) |
 | ShowInfoDialog(String, UIStyle) | 已重载。
信息提示框
(由 UIMessageDialog 定义。) |
 | ShowInfoDialog(String, String, UIStyle) | 已重载。
信息提示框
(由 UIMessageDialog 定义。) |
 | ShowInMask | (由 FormEx 定义。) |
 | ShowMessageDialog | (由 UIMessageDialog 定义。) |
 | ShowOnMonitor |
多显示器扩展,指定显示器显示
(由 SystemEx 定义。) |
 | ShowSelectDialog(Int32, IList, UIStyle) | 已重载。 (由 UISelectDialog 定义。) |
 | ShowSelectDialog(Int32, IList, String, String, UIStyle, Boolean) | 已重载。 (由 UISelectDialog 定义。) |
 | ShowSuccessDialog(String, UIStyle) | 已重载。
正确信息提示框
(由 UIMessageDialog 定义。) |
 | ShowSuccessDialog(String, String, UIStyle) | 已重载。
正确信息提示框
(由 UIMessageDialog 定义。) |
 | ShowWarningDialog(String, UIStyle) | 已重载。
警告信息提示框
(由 UIMessageDialog 定义。) |
 | ShowWarningDialog(String, String, UIStyle) | 已重载。
警告信息提示框
(由 UIMessageDialog 定义。) |
 | ThreadSafeCall(Action) | 已重载。
txtOutput.ThreadSafeCall(() => txtOutput.Text = "Updated");
(由 SystemEx 定义。) |
 | ThreadSafeCallT(FuncT) | 已重载。 (由 SystemEx 定义。) |
 | TitleHeight |
标题栏高度
(由 ControlEx 定义。) |
 | WriteConsole | (由 UConsole 定义。) |