C# Class ComponentFactory.Krypton.Docking.KryptonDockingEdge

Inheritance: DockingElementClosedCollection
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonDockingEdge ( string name, Control control, DockingEdge edge ) : System

Initialize a new instance of the KryptonDockingEdge class.

Method Details

KryptonDockingEdge() public method

Initialize a new instance of the KryptonDockingEdge class.
public KryptonDockingEdge ( string name, Control control, DockingEdge edge ) : System
name string Initial name of the element.
control System.Windows.Forms.Control Reference to control that is being managed.
edge DockingEdge Docking edge being managed.
return System