C# Class vimage_settings.ContextMenuItem

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: Torrunt/vimage Class Usage Examples

Public Properties

Property Type Description
Subitem int
Submenu bool

Public Methods

Method Description
AddConfigWindowReference ( ConfigWindow configWindow ) : void
ContextMenuItem ( string name, string func, Config config ) : System
GetFunc ( ) : string
GetName ( ) : string
GiveItemFocus ( ) : void
RefreshFunctions ( Config config ) : void
RemoveItemFocus ( ) : void
SetSubitem ( int subitem ) : void
SetSubmenu ( bool submenu ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ContextMenuItem_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button_Delete_Click ( object sender, EventArgs e ) : void
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

Method Details

AddConfigWindowReference() public method

public AddConfigWindowReference ( ConfigWindow configWindow ) : void
configWindow ConfigWindow
return void

ContextMenuItem() public method

public ContextMenuItem ( string name, string func, Config config ) : System
name string
func string
config vimage.Config
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetFunc() public method

public GetFunc ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GiveItemFocus() public method

public GiveItemFocus ( ) : void
return void

RefreshFunctions() public method

public RefreshFunctions ( Config config ) : void
config vimage.Config
return void

RemoveItemFocus() public method

public RemoveItemFocus ( ) : void
return void

SetSubitem() public method

public SetSubitem ( int subitem ) : void
subitem int
return void

SetSubmenu() public method

public SetSubmenu ( bool submenu ) : void
submenu bool
return void

Property Details

Subitem public_oe property

public int Subitem
return int

Submenu public_oe property

public bool Submenu
return bool