C# Class PluginTestbed.Bookmark.BookmarkPlugin

Inheritance: FlatRedBall.Glue.Plugins.Interfaces.ITreeViewRightClick, ILeftTab
Mostrar archivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
InitializeTab ( TabControl tabControl ) : void
ReactToRightClick ( TreeNode rightClickedTreeNode, ContextMenuStrip menuToModify ) : void
ShutDown ( PluginShutDownReason shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Method Description
BookmarkClick ( object sender, EventArgs e ) : void
mTab_ClosedByUser ( object sender ) : void

Method Details

InitializeTab() public method

public InitializeTab ( TabControl tabControl ) : void
tabControl System.Windows.Forms.TabControl
return void

ReactToRightClick() public method

public ReactToRightClick ( TreeNode rightClickedTreeNode, ContextMenuStrip menuToModify ) : void
rightClickedTreeNode System.Windows.Forms.TreeNode
menuToModify System.Windows.Forms.ContextMenuStrip
return void

ShutDown() public method

public ShutDown ( PluginShutDownReason shutDownReason ) : bool
shutDownReason PluginShutDownReason
return bool

StartUp() public method

public StartUp ( ) : void
return void