C# 클래스 ComponentFactory.Krypton.Navigator.KryptonPageDesigner

상속: System.Windows.Forms.Design.ScrollableControlDesigner, IKryptonDesignerSelect
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DrawBorder void
OnComponentRemoving void
OnEditFlags void
OnPageFlagsChanged void

공개 메소드들

메소드 설명
CanBeParentedTo ( IDesigner parentDesigner ) : bool

Indicates if this designer's control can be parented by the control of the specified designer.

Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

SelectParentControl ( ) : void

Select the control that contains the group panel.

보호된 메소드들

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

Releases the resources used by the KryptonSplitterPanelDesigner.

OnPaintAdornments ( PaintEventArgs pe ) : void

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.

비공개 메소드들

메소드 설명
DrawBorder ( Graphics graphics ) : void
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void
OnEditFlags ( object sender, EventArgs e ) : void
OnPageFlagsChanged ( object sender, KryptonPageFlagsEventArgs e ) : void

메소드 상세

CanBeParentedTo() 공개 메소드

Indicates if this designer's control can be parented by the control of the specified designer.
public CanBeParentedTo ( IDesigner parentDesigner ) : bool
parentDesigner IDesigner The IDesigner that manages the control to check.
리턴 bool

Dispose() 보호된 메소드

Releases the resources used by the KryptonSplitterPanelDesigner.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

Initialize() 공개 메소드

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate with the designer.
리턴 void

OnPaintAdornments() 보호된 메소드

Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.
protected OnPaintAdornments ( PaintEventArgs pe ) : void
pe PaintEventArgs A PaintEventArgs the designer can use to draw on the control.
리턴 void

SelectParentControl() 공개 메소드

Select the control that contains the group panel.
public SelectParentControl ( ) : void
리턴 void