C# Класс ComponentFactory.Krypton.Toolkit.KryptonCheckButtonCollectionEditor

Наследование: System.Drawing.Design.UITypeEditor
Показать файл Открыть проект

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

Метод Описание
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object

Edits the specified object's value using the editor style indicated by GetEditStyle.

GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Gets the editor style used by the EditValue method.

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

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

Edits the specified object's value using the editor style indicated by GetEditStyle.
public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext An ITypeDescriptorContext that can be used to gain additional context information.
provider IServiceProvider An IServiceProvider that this editor can use to obtain services.
value object The object to edit.
Результат object

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

Gets the editor style used by the EditValue method.
public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext An ITypeDescriptorContext that can be used to gain additional context information.
Результат UITypeEditorEditStyle