C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteDrawBordersEditor

상속: System.Drawing.Design.UITypeEditor
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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.

메소드 상세

EditValue() 공개 메소드

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.
리턴 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