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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
UserControl ( ) : System

보호된 메소드들

메소드 설명
OnVisibleChanged ( EventArgs e ) : void
SetVisibleCore ( bool value ) : void

메소드 상세

OnVisibleChanged() 보호된 메소드

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

SetVisibleCore() 보호된 메소드

protected SetVisibleCore ( bool value ) : void
value bool
리턴 void

UserControl() 공개 메소드

public UserControl ( ) : System
리턴 System