C# Class NekoKun.ToolboxDockContent

Inheritance: NekoKun.UI.LynnDockContent
Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Protected Properties

Property Type Description
control System.Windows.Forms.Control

Public Methods

Method Description
SetContent ( AbstractEditor editor ) : void
ToolboxDockContent ( ) : System

Protected Methods

Method Description
OnClosing ( System e ) : void

Method Details

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

SetContent() public method

public SetContent ( AbstractEditor editor ) : void
editor AbstractEditor
return void

ToolboxDockContent() public method

public ToolboxDockContent ( ) : System
return System

Property Details

control protected_oe property

protected System.Windows.Forms.Control control
return System.Windows.Forms.Control