Property | Type | Description | |
---|---|---|---|
Subitem | int | ||
Submenu | bool |
Method | Description | |
---|---|---|
AddConfigWindowReference ( |
||
ContextMenuItem ( string name, string func, |
||
GetFunc ( ) : string | ||
GetName ( ) : string | ||
GiveItemFocus ( ) : void | ||
RefreshFunctions ( |
||
RemoveItemFocus ( ) : void | ||
SetSubitem ( int subitem ) : void | ||
SetSubmenu ( bool submenu ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ContextMenuItem_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
button_Delete_Click ( object sender, |
||
button_Down_Click ( object sender, EventArgs e ) : void | ||
button_Left_Click ( object sender, EventArgs e ) : void | ||
button_Right_Click ( object sender, EventArgs e ) : void | ||
button_Up_Click ( object sender, EventArgs e ) : void | ||
comboBox_Function_Click ( object sender, EventArgs e ) : void | ||
textBox_Name_Click ( object sender, EventArgs e ) : void |
public AddConfigWindowReference ( |
||
configWindow | ||
return | void |
public ContextMenuItem ( string name, string func, |
||
name | string | |
func | string | |
config | ||
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public RefreshFunctions ( |
||
config | ||
return | void |