C# 클래스 System.Windows.Forms.PopUpWindow

상속: Control
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnPaintInternal void
RefreshItems void

공개 메소드들

메소드 설명
HideWindow ( ) : void
PopUpWindow ( Control form, Menu menu ) : System.Collections
ShowWindow ( ) : void

보호된 메소드들

메소드 설명
CreateHandle ( ) : void

비공개 메소드들

메소드 설명
OnPaintInternal ( PaintEventArgs args ) : void
RefreshItems ( ) : void

메소드 상세

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

HideWindow() 공개 메소드

public HideWindow ( ) : void
리턴 void

PopUpWindow() 공개 메소드

public PopUpWindow ( Control form, Menu menu ) : System.Collections
form Control
menu Menu
리턴 System.Collections

ShowWindow() 공개 메소드

public ShowWindow ( ) : void
리턴 void