Méthode | Description | |
---|---|---|
FormWordDictionaryUiImpl ( FormWordDictionaryUiListener listener ) : System | ||
buttonCancelSetText ( string value ) : void | ||
buttonDownSetText ( string value ) : void | ||
buttonOkSetText ( string value ) : void | ||
buttonUpSetText ( string value ) : void | ||
close ( ) : void | ||
getHeight ( ) : int | ||
getWidth ( ) : int | ||
labelAvailableDictionariesSetText ( string value ) : void | ||
listDictionariesAddRow ( string value, bool selected ) : void | ||
listDictionariesClear ( ) : void | ||
listDictionariesClearSelection ( ) : void | ||
listDictionariesGetColumnWidth ( ) : int | ||
listDictionariesGetItemAt ( int row ) : string | ||
listDictionariesGetItemCountRow ( ) : int | ||
listDictionariesGetSelectedRow ( ) : int | ||
listDictionariesIsRowChecked ( int row ) : bool | ||
listDictionariesSetColumnWidth ( int columnWidth ) : void | ||
listDictionariesSetItemAt ( int row, string value ) : void | ||
listDictionariesSetRowChecked ( int row, bool value ) : void | ||
listDictionariesSetSelectedRow ( int row ) : void | ||
setDialogResult ( bool value ) : void | ||
setLocation ( int x, int y ) : void | ||
setSize ( int width, int height ) : void | ||
setTitle ( string value ) : void | ||
showDialog ( object parent_form ) : int |
Méthode | Description | |
---|---|---|
Dispose ( boolean disposing ) : void |
使用中のリソースをすべてクリーンアップします。
|
Méthode | Description | |
---|---|---|
FormWordDictionaryUiImpl_FormClosing ( object sender, System e ) : void | ||
FormWordDictionaryUiImpl_Load ( object sender, |
||
InitializeComponent ( ) : void |
デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。
|
|
btnCancel_Click ( object sender, |
||
btnDown_Click ( object sender, |
||
btnOK_Click ( object sender, |
||
btnUp_Click ( object sender, |
protected Dispose ( boolean disposing ) : void | ||
disposing | boolean | マネージ リソースが破棄される場合 true、破棄されない場合は false です。 |
Résultat | void |
public FormWordDictionaryUiImpl ( FormWordDictionaryUiListener listener ) : System | ||
listener | FormWordDictionaryUiListener | |
Résultat | System |
public buttonCancelSetText ( string value ) : void | ||
value | string | |
Résultat | void |
public buttonDownSetText ( string value ) : void | ||
value | string | |
Résultat | void |
public buttonOkSetText ( string value ) : void | ||
value | string | |
Résultat | void |
public buttonUpSetText ( string value ) : void | ||
value | string | |
Résultat | void |
public labelAvailableDictionariesSetText ( string value ) : void | ||
value | string | |
Résultat | void |
public listDictionariesAddRow ( string value, bool selected ) : void | ||
value | string | |
selected | bool | |
Résultat | void |
public listDictionariesClearSelection ( ) : void | ||
Résultat | void |
public listDictionariesGetColumnWidth ( ) : int | ||
Résultat | int |
public listDictionariesGetItemAt ( int row ) : string | ||
row | int | |
Résultat | string |
public listDictionariesGetItemCountRow ( ) : int | ||
Résultat | int |
public listDictionariesGetSelectedRow ( ) : int | ||
Résultat | int |
public listDictionariesIsRowChecked ( int row ) : bool | ||
row | int | |
Résultat | bool |
public listDictionariesSetColumnWidth ( int columnWidth ) : void | ||
columnWidth | int | |
Résultat | void |
public listDictionariesSetItemAt ( int row, string value ) : void | ||
row | int | |
value | string | |
Résultat | void |
public listDictionariesSetRowChecked ( int row, bool value ) : void | ||
row | int | |
value | bool | |
Résultat | void |
public listDictionariesSetSelectedRow ( int row ) : void | ||
row | int | |
Résultat | void |
public setDialogResult ( bool value ) : void | ||
value | bool | |
Résultat | void |
public setSize ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public showDialog ( object parent_form ) : int | ||
parent_form | object | |
Résultat | int |