 | ControlExResetBorderColor 方法 |
Sweet 开发框架
修改控件或窗体的边框,例如 TextBox 或是 Form 窗体
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void ResetBorderColor(
Message m,
Control control,
int width,
Color color
)
Public Shared Sub ResetBorderColor (
m As Message,
control As Control,
width As Integer,
color As Color
)
static member ResetBorderColor :
m : Message *
control : Control *
width : int *
color : Color -> unit
参数
- m
- 类型:System.Windows.FormsMessage
消息 - control
- 类型:System.Windows.FormsControl
控件对象 - width
- 类型:SystemInt32
边框像素 - color
- 类型:System.DrawingColor
边框颜色
参见