Property | Type | Description | |
---|---|---|---|
lastWindowState | System.Windows.Forms.FormWindowState |
Method | Description | |
---|---|---|
FormNotePropertyUiImpl ( FormNotePropertyUiListener listener ) : System | ||
addComponent ( object c ) : void | ||
close ( ) : void | ||
deiconfyWindow ( ) : void | ||
getHeight ( ) : int | ||
getWidth ( ) : int | ||
getWorkingAreaHeight ( ) : int | ||
getWorkingAreaWidth ( ) : int | ||
getWorkingAreaX ( ) : int | ||
getWorkingAreaY ( ) : int | ||
getX ( ) : int | ||
getY ( ) : int | ||
hideWindow ( ) : void | ||
isAlwaysOnTop ( ) : bool | ||
isVisible ( ) : bool | ||
isWindowMinimized ( ) : bool | ||
setAlwaysOnTop ( bool alwaysOnTop ) : void | ||
setBounds ( int x, int y, int width, int height ) : void | ||
setMenuCloseAccelerator ( Keys value ) : void | ||
setTitle ( string title ) : void | ||
setVisible ( bool visible ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
使用中のリソースをすべてクリーンアップします。
|
|
OnSizeChanged ( |
Method | Description | |
---|---|---|
FormNotePropertyUiImpl_FormClosing ( object sender, |
||
FormNotePropertyUiImpl_Load ( object sender, System e ) : void | ||
FormNotePropertyUiImpl_LocationChanged ( object sender, System e ) : void | ||
FormNotePropertyUiImpl_SizeChanged ( object sender, System e ) : void | ||
InitializeComponent ( ) : void |
デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。
|
|
menuClose_Click ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | マネージ リソースが破棄される場合 true、破棄されない場合は false です。 |
return | void |
public FormNotePropertyUiImpl ( FormNotePropertyUiListener listener ) : System | ||
listener | FormNotePropertyUiListener | |
return | System |
protected OnSizeChanged ( |
||
e | ||
return | void |
public setAlwaysOnTop ( bool alwaysOnTop ) : void | ||
alwaysOnTop | bool | |
return | void |
public setBounds ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public setMenuCloseAccelerator ( Keys value ) : void | ||
value | Keys | |
return | void |