C# Class ComponentFactory.Krypton.Docking.KryptonDockspaceSeparator

Inheritance: ComponentFactory.Krypton.Toolkit.KryptonSeparator
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonDockspaceSeparator ( DockingEdge edge, bool opposite ) : System

Initialize a new instance of the KryptonDockspaceSeparator class.

ToString ( ) : string

Gets a string representation of the class.

Method Details

KryptonDockspaceSeparator() public method

Initialize a new instance of the KryptonDockspaceSeparator class.
public KryptonDockspaceSeparator ( DockingEdge edge, bool opposite ) : System
edge DockingEdge Docking edge the separator is against.
opposite bool Should the separator be docked against the opposite edge.
return System

ToString() public method

Gets a string representation of the class.
public ToString ( ) : string
return string