C# 클래스 vimage_settings.ConfigWindow

파일 보기 프로젝트 열기: Torrunt/vimage 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContextMenuItemFocused ContextMenuItem
ContextMenuItems List
ContextMenuItems_Animation List
ControlItems List
CustomActionBindings List
CustomActionItems List

공개 메소드들

메소드 설명
ConfigWindow ( ) : System
GetContextMenuList ( ) : List
GetContextMenuPanelScrollValue ( ) : int
GetCurrentContextMenuPanel ( ) : TabPage
GetCustomActionPanelScrollValue ( ) : int
RefreshContextMenuItems ( int scrollValue = -1 ) : void
RefreshCustomAcionItems ( int scrollValue = -1 ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ConfigWindow() 공개 메소드

public ConfigWindow ( ) : System
리턴 System

Dispose() 보호된 메소드

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

GetContextMenuList() 공개 메소드

public GetContextMenuList ( ) : List
리턴 List

GetContextMenuPanelScrollValue() 공개 메소드

public GetContextMenuPanelScrollValue ( ) : int
리턴 int

GetCurrentContextMenuPanel() 공개 메소드

public GetCurrentContextMenuPanel ( ) : TabPage
리턴 TabPage

GetCustomActionPanelScrollValue() 공개 메소드

public GetCustomActionPanelScrollValue ( ) : int
리턴 int

RefreshContextMenuItems() 공개 메소드

public RefreshContextMenuItems ( int scrollValue = -1 ) : void
scrollValue int
리턴 void

RefreshCustomAcionItems() 공개 메소드

public RefreshCustomAcionItems ( int scrollValue = -1 ) : void
scrollValue int
리턴 void

프로퍼티 상세

ContextMenuItemFocused 공개적으로 프로퍼티

public ContextMenuItem,vimage_settings ContextMenuItemFocused
리턴 ContextMenuItem

ContextMenuItems 공개적으로 프로퍼티

public List ContextMenuItems
리턴 List

ContextMenuItems_Animation 공개적으로 프로퍼티

public List ContextMenuItems_Animation
리턴 List

ControlItems 공개적으로 프로퍼티

public List ControlItems
리턴 List

CustomActionBindings 공개적으로 프로퍼티

public List CustomActionBindings
리턴 List

CustomActionItems 공개적으로 프로퍼티

public List CustomActionItems
리턴 List