C# Class vimage_settings.ConfigWindow

Exibir arquivo Open project: Torrunt/vimage Class Usage Examples

Public Properties

Property Type Description
ContextMenuItemFocused ContextMenuItem
ContextMenuItems List
ContextMenuItems_Animation List
ControlItems List
CustomActionBindings List
CustomActionItems List

Public Methods

Method Description
ConfigWindow ( ) : System
GetContextMenuList ( ) : List
GetContextMenuPanelScrollValue ( ) : int
GetCurrentContextMenuPanel ( ) : TabPage
GetCustomActionPanelScrollValue ( ) : int
RefreshContextMenuItems ( int scrollValue = -1 ) : void
RefreshCustomAcionItems ( int scrollValue = -1 ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddContextMenuItem ( string name = "", string func = "", int subitem, bool submenu = false, int position = -1 ) : ContextMenuItem
AddContextMenuItems ( List contextItems, int depth ) : void
AddControlItem ( string name, List control ) : ControlItem
AddCustomActionBindings ( List customActionBindings ) : void
AddCustomActionItem ( string name = "", string func = "", int position = -1 ) : CustomActionItem
AddCustomActionItems ( List customActions ) : void
InitializeComponent ( ) : void

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

RemoveControlitem ( ControlItem item ) : void
SaveContextMenu ( List contextMenu, List contextMenuItems ) : void
SaveCustomActions ( List customActions, List customActionitems, List customActionBindings ) : void
TabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void
button_ContextMenuAddNew_Click ( object sender, EventArgs e ) : void
button_ContextMenuDefault_Click ( object sender, EventArgs e ) : void
button_ControlsDefault_Click ( object sender, EventArgs e ) : void
button_CustomActionsAddNew_Click ( object sender, EventArgs e ) : void
button_Save_Click ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel2_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel3_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel4_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel6_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel7_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkLabel8_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
tabControl_ContextMenus_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ConfigWindow() public method

public ConfigWindow ( ) : System
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

GetContextMenuList() public method

public GetContextMenuList ( ) : List
return List

GetContextMenuPanelScrollValue() public method

public GetContextMenuPanelScrollValue ( ) : int
return int

GetCurrentContextMenuPanel() public method

public GetCurrentContextMenuPanel ( ) : TabPage
return TabPage

GetCustomActionPanelScrollValue() public method

public GetCustomActionPanelScrollValue ( ) : int
return int

RefreshContextMenuItems() public method

public RefreshContextMenuItems ( int scrollValue = -1 ) : void
scrollValue int
return void

RefreshCustomAcionItems() public method

public RefreshCustomAcionItems ( int scrollValue = -1 ) : void
scrollValue int
return void

Property Details

ContextMenuItemFocused public_oe property

public ContextMenuItem,vimage_settings ContextMenuItemFocused
return ContextMenuItem

ContextMenuItems public_oe property

public List ContextMenuItems
return List

ContextMenuItems_Animation public_oe property

public List ContextMenuItems_Animation
return List

ControlItems public_oe property

public List ControlItems
return List

CustomActionBindings public_oe property

public List CustomActionBindings
return List

CustomActionItems public_oe property

public List CustomActionItems
return List