C# 클래스 Umc.Core.Tools.VSGesture.Controls.LineWeightPicker.LineThicknessStyleEditor

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

공개 메소드들

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

메소드 상세

GetEditStyle() 공개 메소드

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

GetPaintValueSupported() 공개 메소드

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

LineThicknessStyleEditor() 공개 메소드

Constructor
public LineThicknessStyleEditor ( ) : System
리턴 System

PaintValue() 공개 메소드

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