C# Class ZForge.Controls.XPTable.Editors.DropDownContainer

Inheritance: System.Windows.Forms.Form
显示文件 Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
DropDownContainer_SizeChanged ( object sender, EventArgs e ) : void

Handler for the DropDownContainer's SizeChanged event

FlushPaintMessages ( ) : void

Processes any Paint messages in the message queue

Method Details

DropDownContainer() public method

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

HideDropDown() public method

Hides the DropDownContainer from the user
public HideDropDown ( ) : void
return void

ShowDropDown() public method

Displays the DropDownContainer to the user
public ShowDropDown ( ) : void
return void