C# 클래스 ZForge.Controls.XPTable.Editors.DropDownContainer

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
DropDownContainer ( DropDownCellEditor editor ) : System

Initializes a new instance of the DropDownContainer class with the specified DropDownCellEditor owner

HideDropDown ( ) : void

Hides the DropDownContainer from the user

ShowDropDown ( ) : void

Displays the DropDownContainer to the user

비공개 메소드들

메소드 설명
DropDownContainer_SizeChanged ( object sender, EventArgs e ) : void

Handler for the DropDownContainer's SizeChanged event

FlushPaintMessages ( ) : void

Processes any Paint messages in the message queue

메소드 상세

DropDownContainer() 공개 메소드

Initializes a new instance of the DropDownContainer class with the specified DropDownCellEditor owner
public DropDownContainer ( DropDownCellEditor editor ) : System
editor DropDownCellEditor
리턴 System

HideDropDown() 공개 메소드

Hides the DropDownContainer from the user
public HideDropDown ( ) : void
리턴 void

ShowDropDown() 공개 메소드

Displays the DropDownContainer to the user
public ShowDropDown ( ) : void
리턴 void