C# Класс ZForge.Controls.XPTable.Editors.DropDownContainer

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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