프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitializeComponent | void | ||
checkBoxFixed_CheckedChanged | void | ||
comboBoxEquipment_SelectedIndexChanged | void |
메소드 | 설명 | |
---|---|---|
BeginUpdate ( ) : void |
Maintains performance while items are added to the control's ComboBox one at a time by preventing painting until EndUpdate() is called.
|
|
EndUpdate ( ) : void |
Resumes painting of the control's ComboBox after painting is suspended from calling BeginUpdate().
|
|
EquipSlot ( ) : System |
Default constructor
|
|
GetItemId ( ) : int |
Returns the ID of the selected piece of equipment.
|
|
RefreshItems ( List |
Refreshes the list of items/equipment in the combo box control
|
|
SetItemId ( int id ) : void |
Sets the equipment that has the given ID as the current item.
|
메소드 | 설명 | |
---|---|---|
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.
|
|
checkBoxFixed_CheckedChanged ( object sender, EventArgs e ) : void | ||
comboBoxEquipment_SelectedIndexChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |