C# Класс ComponentFactory.Krypton.Docking.KryptonAutoHiddenPanel

Наследование: ComponentFactory.Krypton.Toolkit.KryptonPanel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetPreferredSize() публичный Метод

Retrieves the size of a rectangular area into which a control can be fitted.
public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
Результат System.Drawing.Size

KryptonAutoHiddenPanel() публичный Метод

Initialize a new instance of the KryptonAutoHiddenPanel class.
public KryptonAutoHiddenPanel ( DockingEdge edge ) : System
edge DockingEdge Docking edge being managed.
Результат System