Method | Description | |
---|---|---|
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object | ||
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle | ||
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool | ||
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void |
Method | Description | |
---|---|---|
ValueChanged ( object sender, |
public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object | ||
context | ITypeDescriptorContext | |
provider | IServiceProvider | |
value | object | |
return | object |
public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle | ||
context | ITypeDescriptorContext | |
return | UITypeEditorEditStyle |
public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void | ||
e | System.Drawing.Design.PaintValueEventArgs | |
return | void |