C# Class Hawkeye.UI.CommandPluginAdapter

显示文件 Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method Description
CommandPluginAdapter ( ICommandPlugin commandPlugin ) : System

Private Methods

Method Description
CreateControls ( ) : void
CreateToolStripButton ( ) : ToolStripButton
EnableControls ( bool enable ) : void
InsertToolStripButton ( ToolStrip strip, int index ) : void

Method Details

CommandPluginAdapter() public method

public CommandPluginAdapter ( ICommandPlugin commandPlugin ) : System
commandPlugin ICommandPlugin
return System