Method | Description | |
---|---|---|
Form1 ( ) : System |
Form initializer
|
|
ListView_SetSpacing ( ListView listview, short cx, short cy ) : void |
Edits a listview control spacing
|
|
MakeLong ( short lowPart, short highPart ) : int |
Convert to long
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DropZone_DragDrop ( object sender, DragEventArgs e ) : void |
When user drops an item over the drop area We only accept HTML drop
|
|
DropZone_DragEnter ( object sender, DragEventArgs e ) : void |
When user drags an item over the drop area
|
|
Form1_Load ( object sender, EventArgs e ) : void |
Form load
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr | ||
SetForegroundWindow ( IntPtr hWnd ) : IntPtr | ||
btn_Cancel_Click ( object sender, EventArgs e ) : void |
Button to cancel adding of item
|
|
btn_Edit_Click ( object sender, EventArgs e ) : void |
Button to confirm the price
|
|
btn_SaveImg_Click ( object sender, EventArgs e ) : void |
Save picture button
|
|
btn_ShowMenu_Click ( object sender, EventArgs e ) : void |
Shows/Hides the menu
|
|
menuDeleteItem_Click ( object sender, EventArgs e ) : void |
Delete button from Menu to delete an item from List and Listview
|
|
pic_changeBG_Click ( object sender, EventArgs e ) : void |
Change background of the item background
|
|
text_Percentage_Leave ( object sender, EventArgs e ) : void |
Make sure that the percentage entered is correct
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ListView_SetSpacing ( ListView listview, short cx, short cy ) : void | ||
listview | ListView | ListView to edit |
cx | short | X axis |
cy | short | Y axis |
return | void |
public MakeLong ( short lowPart, short highPart ) : int | ||
lowPart | short | |
highPart | short | |
return | int |