C# 클래스 NetIde.Util.Forms.FormFooterSeparator

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: netide/netide

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FormFooterSeparator ( ) : System

보호된 메소드들

메소드 설명
OnPaddingChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

메소드 상세

FormFooterSeparator() 공개 메소드

public FormFooterSeparator ( ) : System
리턴 System

OnPaddingChanged() 보호된 메소드

protected OnPaddingChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void