Method | Description | |
---|---|---|
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle |
Overloaded. Gets the editor style used by the EditValue method.
|
|
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool |
Indicates whether the specified context supports painting a representation of an object's value within the specified context.
|
|
LineThicknessStyleEditor ( ) : System |
Constructor
|
|
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void |
Paints a representation of the value of an object using the specified PaintValueEventArgs.
|
public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle | ||
context | ITypeDescriptorContext | An ITypeDescriptorContext that can be used to gain additional context information. |
return | UITypeEditorEditStyle |
public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | An ITypeDescriptorContext that can be used to gain additional context information. |
return | bool |
public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void | ||
e | System.Drawing.Design.PaintValueEventArgs | A PaintValueEventArgs that indicates what to paint and where to paint it. |
return | void |