C# Класс Yaircc.ThemeFileNameEditor

Represents an open file dialog customised specifically for yaircc themes.
Наследование: System.Drawing.Design.UITypeEditor
Показать файл Открыть проект

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

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

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

GetEditStyle ( System context ) : UITypeEditorEditStyle

Gets the editor style used by the EditValue method.

ThemeFileNameEditor ( ) : System

Initialises a new instance of the ThemeFileNameEditor class.

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

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

Edits the specified object's value using the editor style indicated by the GetEditStyle method.
public EditValue ( System context, IServiceProvider provider, object value ) : object
context System 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 ( System context ) : UITypeEditorEditStyle
context System An ITypeDescriptorContext that can be used to gain additional context information.
Результат UITypeEditorEditStyle

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

Initialises a new instance of the ThemeFileNameEditor class.
public ThemeFileNameEditor ( ) : System
Результат System