C# Class ARUP.IssueTracker.Navisworks.Plugin

Inheritance: DockPanePlugin
Show file Open project: ArupAus/issue-tracker

Public Methods

Method Description
CreateControlPane ( ) : Control
DestroyControlPane ( Control pane ) : void

Private Methods

Method Description
eh_HandleCreated ( object sender, EventArgs e ) : void

Method Details

CreateControlPane() public method

public CreateControlPane ( ) : Control
return System.Windows.Forms.Control

DestroyControlPane() public method

public DestroyControlPane ( Control pane ) : void
pane System.Windows.Forms.Control
return void