C# 클래스 ComponentFactory.Krypton.Workspace.ViewDrawWorkspaceSeparator

Workspace specific separator that works relative to a specific workspace item.
상속: ComponentFactory.Krypton.Toolkit.ViewDrawSeparator, ISeparatorSource
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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.

메소드 상세

SeparatorMoved() 공개 메소드

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.
리턴 void

SeparatorMoving() 공개 메소드

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.
리턴 bool

SeparatorNotMoved() 공개 메소드

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

ToString() 공개 메소드

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

ViewDrawWorkspaceSeparator() 공개 메소드

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.
리턴 System