C# Class ComponentFactory.Krypton.Workspace.ViewDrawWorkspaceSeparator

Workspace specific separator that works relative to a specific workspace item.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewDrawSeparator, ISeparatorSource
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
SeparatorMoved ( Point mouse, Point splitter ) : void

Indicates the separator has finished and been moved.

SeparatorMoving ( Point mouse, Point splitter ) : bool

Indicates the separator is moving.

SeparatorNotMoved ( ) : void

Indicates the separator has not been moved.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawWorkspaceSeparator ( KryptonWorkspace workspace, IWorkspaceItem workspaceItem, Orientation orientation ) : System

Initialize a new instance of the ViewDrawWorkspaceSeparator class.

Method Details

SeparatorMoved() public méthode

Indicates the separator has finished and been moved.
public SeparatorMoved ( Point mouse, Point splitter ) : void
mouse Point Current mouse position in client area.
splitter Point Current position of the splitter.
Résultat void

SeparatorMoving() public méthode

Indicates the separator is moving.
public SeparatorMoving ( Point mouse, Point splitter ) : bool
mouse Point Current mouse position in client area.
splitter Point Current position of the splitter.
Résultat bool

SeparatorNotMoved() public méthode

Indicates the separator has not been moved.
public SeparatorNotMoved ( ) : void
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewDrawWorkspaceSeparator() public méthode

Initialize a new instance of the ViewDrawWorkspaceSeparator class.
public ViewDrawWorkspaceSeparator ( KryptonWorkspace workspace, IWorkspaceItem workspaceItem, Orientation orientation ) : System
workspace KryptonWorkspace Associated workspace instance.
workspaceItem IWorkspaceItem Associated workspace item.
orientation Orientation Visual orientation of the content.
Résultat System