C# Class ComponentFactory.Krypton.Toolkit.PaletteDrawBordersEditor

Inheritance: System.Drawing.Design.UITypeEditor
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object

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

GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Gets the editor style used by the EditValue method.

Method Details

EditValue() public méthode

Edits the specified object's value using the editor style indicated by the GetEditStyle method.
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.
Résultat object

GetEditStyle() public méthode

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.
Résultat UITypeEditorEditStyle