C# Class ComponentFactory.Krypton.Docking.AutoHiddenSeparatorResizeEventArgs

Event arguments for a AutoHiddenSeparatorResize event.
Inheritance: System.EventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
AutoHiddenSeparatorResizeEventArgs ( KryptonSeparator separator, KryptonDockspace dockspace, KryptonPage page, Rectangle resizeRect ) : System

Initialize a new instance of the AutoHiddenSeparatorResizeEventArgs class.

Method Details

AutoHiddenSeparatorResizeEventArgs() public méthode

Initialize a new instance of the AutoHiddenSeparatorResizeEventArgs class.
public AutoHiddenSeparatorResizeEventArgs ( KryptonSeparator separator, KryptonDockspace dockspace, KryptonPage page, Rectangle resizeRect ) : System
separator ComponentFactory.Krypton.Toolkit.KryptonSeparator Reference to separator control instance.
dockspace KryptonDockspace Reference to dockspace control instance.
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to page contained in the dockspace.
resizeRect System.Drawing.Rectangle Initial resizing rectangle.
Résultat System