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

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

Private Properties

프로퍼티 타입 설명
DesignAbortMoving void
DesignGetHitTest System.Windows.Forms.Cursor
DesignMouseDown bool
DesignMouseEnter void
DesignMouseLeave void
DesignMouseMove void
DesignMouseUp void
OnRedrawTick void
ResetContainerBackStyle void
ResetSeparatorStyle void
SeparatorMoved void
SeparatorMoving bool
SeparatorNotMoved void
ShouldSerializeContainerBackStyle bool
ShouldSerializeSeparatorStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool
ShouldSerializeStatePressed bool
ShouldSerializeStateTracking bool
UpdateSize void

공개 메소드들

메소드 설명
KryptonSeparator ( ) : System

Initialize a new instance of the KryptonSeparator class.

보호된 메소드들

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

Clean up any resources being used.

OnAutoSizeChanged ( EventArgs e ) : void

Raises the AutoSizeChanged event.

OnBackgroundImageChanged ( EventArgs e ) : void

Raises the BackgroundImageChanged event.

OnBackgroundImageLayoutChanged ( EventArgs e ) : void

Raises the BackgroundImageLayoutChanged event.

OnControlAdded ( ControlEventArgs e ) : void

Raises the ControlAdded event.

OnControlRemoved ( ControlEventArgs e ) : void

Raises the ControlRemoved event.

OnDockChanged ( EventArgs e ) : void

Raises the DockChanged event.

OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

OnSplitterMoveRect ( SplitterMoveRectMenuArgs e ) : void

Raises the SplitterMoveRect event.

OnSplitterMoved ( SplitterEventArgs e ) : void

Raises the SplitterMoved event.

OnSplitterMoving ( SplitterCancelEventArgs e ) : void

Raises the SplitterMoving event.

OnSplitterNotMoved ( EventArgs e ) : void

Raises the SplitterNotMoved event.

비공개 메소드들

메소드 설명
DesignAbortMoving ( ) : void
DesignGetHitTest ( Point pt ) : Cursor
DesignMouseDown ( Point pt, MouseButtons button ) : bool
DesignMouseEnter ( ) : void
DesignMouseLeave ( ) : void
DesignMouseMove ( Point pt ) : void
DesignMouseUp ( MouseButtons button ) : void
OnRedrawTick ( object sender, EventArgs e ) : void
ResetContainerBackStyle ( ) : void
ResetSeparatorStyle ( ) : void
SeparatorMoved ( Point mouse, Point splitter ) : void
SeparatorMoving ( Point mouse, Point splitter ) : bool
SeparatorNotMoved ( ) : void
ShouldSerializeContainerBackStyle ( ) : bool
ShouldSerializeSeparatorStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool
ShouldSerializeStatePressed ( ) : bool
ShouldSerializeStateTracking ( ) : bool
UpdateSize ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

KryptonSeparator() 공개 메소드

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

OnAutoSizeChanged() 보호된 메소드

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

OnBackgroundImageChanged() 보호된 메소드

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

OnBackgroundImageLayoutChanged() 보호된 메소드

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

OnControlAdded() 보호된 메소드

Raises the ControlAdded event.
protected OnControlAdded ( ControlEventArgs e ) : void
e ControlEventArgs An ControlEventArgs containing the event data.
리턴 void

OnControlRemoved() 보호된 메소드

Raises the ControlRemoved event.
protected OnControlRemoved ( ControlEventArgs e ) : void
e ControlEventArgs An ControlEventArgs containing the event data.
리턴 void

OnDockChanged() 보호된 메소드

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

OnEnabledChanged() 보호된 메소드

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs An EventArgs that contains the event data.
리턴 void

OnInitialized() 보호된 메소드

Raises the Initialized event.
protected OnInitialized ( EventArgs e ) : void
e EventArgs An EventArgs that contains the event data.
리턴 void

OnSplitterMoveRect() 보호된 메소드

Raises the SplitterMoveRect event.
protected OnSplitterMoveRect ( SplitterMoveRectMenuArgs e ) : void
e SplitterMoveRectMenuArgs A SplitterMoveRectMenuArgs containing the event data.
리턴 void

OnSplitterMoved() 보호된 메소드

Raises the SplitterMoved event.
protected OnSplitterMoved ( SplitterEventArgs e ) : void
e SplitterEventArgs A SplitterEventArgs containing the event data.
리턴 void

OnSplitterMoving() 보호된 메소드

Raises the SplitterMoving event.
protected OnSplitterMoving ( SplitterCancelEventArgs e ) : void
e SplitterCancelEventArgs A SplitterEventArgs containing the event data.
리턴 void

OnSplitterNotMoved() 보호된 메소드

Raises the SplitterNotMoved event.
protected OnSplitterNotMoved ( EventArgs e ) : void
e EventArgs An EventArgs containing the event data.
리턴 void