프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChangeSize | void | ||
DragForm | System | ||
ShowForm | void | ||
UpdateLocation | void |
메소드 | 설명 | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Paints a thin 1f border around the boundaries of the client area.
|
|
WndProc ( |
Overrides the Form's WndProc method to return HTTRANSPARENT when the WM_NCHITTEST message is returned.
|
메소드 | 설명 | |
---|---|---|
ChangeSize ( |
Sets the client size of the form equal to the Size parameter.
|
|
DragForm ( ) : System |
Overloaded constructor that allows you to set the size property.
|
|
ShowForm ( ) : void |
Displays the form with a transparency of .5, but does not make it active.
|
|
UpdateLocation ( Point newLocation ) : void |
Sets the location of the form relative to the top left corner of the client area as opposed to the top left corner of the window.
|
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data. |
리턴 | void |
protected WndProc ( |
||
m | A message object containing the message data. | |
리턴 | void |