C# Class vimage_settings.ContextMenuItem

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Torrunt/vimage Class Usage Examples

Méthodes publiques

Свойство Type Description
Subitem int
Submenu bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddConfigWindowReference ( ConfigWindow configWindow ) : void
configWindow ConfigWindow
Résultat void

ContextMenuItem() public méthode

public ContextMenuItem ( string name, string func, Config config ) : System
name string
func string
config vimage.Config
Résultat System

Dispose() protected méthode

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

GetFunc() public méthode

public GetFunc ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GiveItemFocus() public méthode

public GiveItemFocus ( ) : void
Résultat void

RefreshFunctions() public méthode

public RefreshFunctions ( Config config ) : void
config vimage.Config
Résultat void

RemoveItemFocus() public méthode

public RemoveItemFocus ( ) : void
Résultat void

SetSubitem() public méthode

public SetSubitem ( int subitem ) : void
subitem int
Résultat void

SetSubmenu() public méthode

public SetSubmenu ( bool submenu ) : void
submenu bool
Résultat void

Property Details

Subitem public_oe property

public int Subitem
Résultat int

Submenu public_oe property

public bool Submenu
Résultat bool