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

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

HideDropDown() public méthode

Hides the DropDownContainer from the user
public HideDropDown ( ) : void
Résultat void

ShowDropDown() public méthode

Displays the DropDownContainer to the user
public ShowDropDown ( ) : void
Résultat void