C# Class ComponentFactory.Krypton.Workspace.ViewDrawWorkspaceSeparator

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

Public Methods

Method 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 method

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.
return void

SeparatorMoving() public method

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.
return bool

SeparatorNotMoved() public method

Indicates the separator has not been moved.
public SeparatorNotMoved ( ) : void
return void

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewDrawWorkspaceSeparator() public method

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.
return System