C# Class ComponentFactory.Krypton.Docking.KryptonAutoHiddenPanel

Inheritance: ComponentFactory.Krypton.Toolkit.KryptonPanel
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
GetPreferredSize ( Size proposedSize ) : Size

Retrieves the size of a rectangular area into which a control can be fitted.

KryptonAutoHiddenPanel ( DockingEdge edge ) : System

Initialize a new instance of the KryptonAutoHiddenPanel class.

Method Details

GetPreferredSize() public method

Retrieves the size of a rectangular area into which a control can be fitted.
public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
return System.Drawing.Size

KryptonAutoHiddenPanel() public method

Initialize a new instance of the KryptonAutoHiddenPanel class.
public KryptonAutoHiddenPanel ( DockingEdge edge ) : System
edge DockingEdge Docking edge being managed.
return System