메소드 | 설명 | |
---|---|---|
ThumbForm ( ) : System |
构造函数。
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ThumbForm_MouseDown ( object sender, MouseEventArgs e ) : void |
鼠标按下的事件。
|
|
ThumbForm_MouseMove ( object sender, MouseEventArgs e ) : void |
鼠标移动的事件。
|
|
ThumbForm_Paint ( object sender, PaintEventArgs e ) : void |
绘制窗体的事件。
|
|
ThumbForm_SizeChanged ( object sender, |
窗体大小被改变的事件。
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |