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

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

Private Properties

프로퍼티 타입 설명
OnFloatspaceCellAdding void
OnFloatspaceCellCountChanged void
OnFloatspaceCellRemoved void
OnFloatspaceCellVisibleCountChanged void
OnLayoutWorkspace void
OnTabVisibleCountChanged void
UpdateCellSettings void
VisibleCloseableUniqueNames string[]

공개 메소드들

메소드 설명
KryptonFloatingWindow ( Form owner, KryptonFloatspace floatspace ) : System

Initialize a new instance of the KryptonFloatingWindow class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void

Raises the Activated event.

OnClosing ( CancelEventArgs e ) : void

Raises the Closing event.

OnDeactivate ( EventArgs e ) : void

Raises the Deactivate event.

OnLoad ( EventArgs e ) : void

Raises the Load event.

OnWindowCaptionDragging ( ScreenAndOffsetEventArgs e ) : void

Raises the WindowCaptionDragging event.

OnWindowCloseClicked ( UniqueNamesEventArgs e ) : void

Raises the WindowCloseClicked event.

WndProc ( Message &m ) : void

Processes Windows messages.

비공개 메소드들

메소드 설명
OnFloatspaceCellAdding ( object sender, WorkspaceCellEventArgs e ) : void
OnFloatspaceCellCountChanged ( object sender, EventArgs e ) : void
OnFloatspaceCellRemoved ( object sender, WorkspaceCellEventArgs e ) : void
OnFloatspaceCellVisibleCountChanged ( object sender, EventArgs e ) : void
OnLayoutWorkspace ( object sender, EventArgs e ) : void
OnTabVisibleCountChanged ( object sender, EventArgs e ) : void
UpdateCellSettings ( ) : void
VisibleCloseableUniqueNames ( ) : string[]

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

KryptonFloatingWindow() 공개 메소드

Initialize a new instance of the KryptonFloatingWindow class.
public KryptonFloatingWindow ( Form owner, KryptonFloatspace floatspace ) : System
owner System.Windows.Forms.Form Reference to form that will own all the floating window.
floatspace KryptonFloatspace Reference to owning floatspace instance.
리턴 System

OnActivated() 보호된 메소드

Raises the Activated event.
protected OnActivated ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnClosing() 보호된 메소드

Raises the Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs An CancelEventArgs that contains the event data.
리턴 void

OnDeactivate() 보호된 메소드

Raises the Deactivate event.
protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnLoad() 보호된 메소드

Raises the Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

OnWindowCaptionDragging() 보호된 메소드

Raises the WindowCaptionDragging event.
protected OnWindowCaptionDragging ( ScreenAndOffsetEventArgs e ) : void
e ScreenAndOffsetEventArgs An ScreenAndOffsetEventArgs that contains the event data.
리턴 void

OnWindowCloseClicked() 보호된 메소드

Raises the WindowCloseClicked event.
protected OnWindowCloseClicked ( UniqueNamesEventArgs e ) : void
e UniqueNamesEventArgs An UniqueNamesEventArgs that contains the event data.
리턴 void

WndProc() 보호된 메소드

Processes Windows messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process.
리턴 void