C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonSplitterPanel

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KryptonSplitterPanel ( KryptonSplitContainer container ) : System

Initialize a new instance of the KryptonSplitterPanel class.

보호된 메소드들

메소드 설명
OnAutoSizeChanged ( EventArgs e ) : void

Raises the AutoSizeChanged event.

OnDockChanged ( EventArgs e ) : void

Raises the DockChanged event.

OnLocationChanged ( EventArgs e ) : void

Raises the LocationChanged event.

OnTabIndexChanged ( EventArgs e ) : void

Raises the TabIndexChanged event.

OnTabStopChanged ( EventArgs e ) : void

Raises the TabStopChanged event.

OnVisibleChanged ( EventArgs e ) : void

Raises the VisibleChanged event.

메소드 상세

KryptonSplitterPanel() 공개 메소드

Initialize a new instance of the KryptonSplitterPanel class.
public KryptonSplitterPanel ( KryptonSplitContainer container ) : System
container KryptonSplitContainer Reference to owning container.
리턴 System

OnAutoSizeChanged() 보호된 메소드

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

OnDockChanged() 보호된 메소드

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

OnLocationChanged() 보호된 메소드

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

OnTabIndexChanged() 보호된 메소드

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

OnTabStopChanged() 보호된 메소드

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

OnVisibleChanged() 보호된 메소드

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