C# 클래스 PresentationControls.PopupComboBox

파일 보기 프로젝트 열기: lallousx86/WEPExplorer

보호된 프로퍼티들

프로퍼티 타입 설명
dropDown Popup

Private Properties

프로퍼티 타입 설명
InitializeComponent void
WndProc void

공개 메소드들

메소드 설명
HideDropDown ( ) : void

Hides the drop down.

PopupComboBox ( ) : System

Initializes a new instance of the PopupControl.PopupComboBox class.

ShowDropDown ( ) : void

Shows the drop down.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

WndProc ( Message &m ) : 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

HideDropDown() 공개 메소드

Hides the drop down.
public HideDropDown ( ) : void
리턴 void

PopupComboBox() 공개 메소드

Initializes a new instance of the PopupControl.PopupComboBox class.
public PopupComboBox ( ) : System
리턴 System

ShowDropDown() 공개 메소드

Shows the drop down.
public ShowDropDown ( ) : void
리턴 void

프로퍼티 상세

dropDown 보호되어 있는 프로퍼티

The pop-up wrapper for the dropDownControl. Made PROTECTED instead of PRIVATE so descendent classes can set its Resizable property. Note however the pop-up properties must be set after the dropDownControl is assigned, since this popup wrapper is recreated when the dropDownControl is assigned.
protected Popup,PresentationControls dropDown
리턴 Popup