C# Class Umc.Core.Tools.VSGesture.Controls.LineWeightPicker.LineThicknessStyleEditor

Inheritance: System.Drawing.Design.UITypeEditor
Mostrar archivo Open project: powerumc/vsgesture

Public Methods

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.

Method Details

GetEditStyle() public method

Overloaded. 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.
return UITypeEditorEditStyle

GetPaintValueSupported() public method

Indicates whether the specified context supports painting a representation of an object's value within the specified context.
public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext An ITypeDescriptorContext that can be used to gain additional context information.
return bool

LineThicknessStyleEditor() public method

Constructor
public LineThicknessStyleEditor ( ) : System
return System

PaintValue() public method

Paints a representation of the value of an object using the specified PaintValueEventArgs.
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