C# 클래스 ComponentFactory.Krypton.Docking.KryptonDockableWorkspace

상속: KryptonSpace
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
KryptonDockableWorkspace ( ) : System

Initialize a new instance of the KryptonDockableWorkspace class.

ToString ( ) : string

Gets a string representation of the instance.

보호된 메소드들

메소드 설명
NewCellInitialize ( KryptonWorkspaceCell cell ) : void

Initialize a new cell.

OnActiveCellChanged ( ActiveCellChangedEventArgs e ) : void

Raises the ActiveCellChanged event.

비공개 메소드들

메소드 설명
OnCellCloseAction ( object sender, CloseActionEventArgs e ) : void

메소드 상세

KryptonDockableWorkspace() 공개 메소드

Initialize a new instance of the KryptonDockableWorkspace class.
public KryptonDockableWorkspace ( ) : System
리턴 System

NewCellInitialize() 보호된 메소드

Initialize a new cell.
protected NewCellInitialize ( KryptonWorkspaceCell cell ) : void
cell KryptonWorkspaceCell Cell being added to the control.
리턴 void

OnActiveCellChanged() 보호된 메소드

Raises the ActiveCellChanged event.
protected OnActiveCellChanged ( ActiveCellChangedEventArgs e ) : void
e ComponentFactory.Krypton.Workspace.ActiveCellChangedEventArgs An ActiveCellChangedEventArgs containing the event data.
리턴 void

ToString() 공개 메소드

Gets a string representation of the instance.
public ToString ( ) : string
리턴 string