点击或拖拽改变大小

SplitContainerControl 类

扩展 SplitContainer 。分割区域的可移动条中间显示分隔符。
继承层次

命名空间:  QGEditors.WinForms
程序集:  QGEditors.WinForms (在 QGEditors.WinForms.dll 中) 版本:0.0.2.16 (0.0.2.16)
语法
C#
public sealed class SplitContainerControl : SplitContainer, 
	INotifyPropertyChanged, INotifyPropertyChanging

The SplitContainerControl type exposes the following members.

构造函数
  名称说明
公共方法SplitContainerControl
初始化 SplitContainerControl 类的一个新实例
Top
属性
  名称说明
公共属性SplitterImage
获取或设置显示在拆分器上的图像。
公共属性SplitterImageLayout
获取或设置在 ImageLayout 枚举中定义的背景图像布局。。
Top
事件
  名称说明
公共事件PropertyChanged
在更改属性值时发生。
公共事件PropertyChanging
在属性值更改时发生。
Top
参见