点击或拖拽改变大小

WindowFrame 构造函数 (IWindow, UIElement, UIElement)

通用窗体框架,包含窗体边框,系统按钮,阴影这些元素

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public WindowFrame(
	IWindow window,
	UIElement content,
	params UIElement[] systemButtons
)

参数

window
类型:CPF.ControlsIWindow
绑定的窗体
content
类型:CPFUIElement

[缺少 "M:CPF.Controls.WindowFrame.#ctor(CPF.Controls.IWindow,CPF.UIElement,CPF.UIElement[])" 的 <param name="content"/> 文档]

systemButtons
类型:CPFUIElement
系统按钮
参见