 | UIAnchorForm 构造函数 (Control, Control, NullablePoint, Boolean) |
Sweet 开发框架
功能描述:构造函数
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public UIAnchorForm(
Control parentControl,
Control childControl,
Point? deviation = null,
bool isNotFocus = true
)
Public Sub New (
parentControl As Control,
childControl As Control,
Optional deviation As Point? = Nothing,
Optional isNotFocus As Boolean = true
)
new :
parentControl : Control *
childControl : Control *
?deviation : Nullable<Point> *
?isNotFocus : bool
(* Defaults:
let _deviation = defaultArg deviation null
let _isNotFocus = defaultArg isNotFocus true
*)
-> UIAnchorForm
参数
- parentControl
- 类型:System.Windows.FormsControl
父控件 - childControl
- 类型:System.Windows.FormsControl
子控件 - deviation (Optional)
- 类型:SystemNullablePoint
偏移 - isNotFocus (Optional)
- 类型:SystemBoolean
是否无焦点窗体
参见