C# Класс AGS.Types.StringListUIEditorControl

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

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

Метод Описание
Begin ( IWindowsFormsEditorService service, string value, IList valueList ) : void
End ( ) : void
StringListUIEditorControl ( ) : System
StringListUIEditorControl ( StringListUIEditor editor ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessDialogKey ( Keys keyData ) : bool

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

clbItems_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void

Описание методов

Begin() публичный Метод

public Begin ( IWindowsFormsEditorService service, string value, IList valueList ) : void
service IWindowsFormsEditorService
value string
valueList IList
Результат 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

End() публичный Метод

public End ( ) : void
Результат void

ProcessDialogKey() защищенный Метод

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Результат bool

StringListUIEditorControl() публичный Метод

public StringListUIEditorControl ( ) : System
Результат System

StringListUIEditorControl() публичный Метод

public StringListUIEditorControl ( StringListUIEditor editor ) : System
editor StringListUIEditor
Результат System