C# Class ComponentFactory.Krypton.Docking.KryptonAutoHiddenPanel

Inheritance: ComponentFactory.Krypton.Toolkit.KryptonPanel
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

KryptonAutoHiddenPanel() public méthode

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