C# 클래스 NanoByte.Common.Values.Design.FloatEditor

상속: System.Drawing.Design.UITypeEditor
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

보호된 메소드들

메소드 설명
EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float

Displays the UI to edit the float value.

EditValue ( float value, IWindowsFormsEditorService editorService ) : float

Displays the UI to edit the float value.

메소드 상세

EditValue() 보호된 추상적인 메소드

Displays the UI to edit the float value.
protected abstract EditValue ( float value, FloatRangeAttribute range, IWindowsFormsEditorService editorService ) : float
value float The current value.
range FloatRangeAttribute The range of valid values the user can select.
editorService IWindowsFormsEditorService The editor service used to display the dropdown control.
리턴 float

EditValue() 보호된 추상적인 메소드

Displays the UI to edit the float value.
protected abstract EditValue ( float value, IWindowsFormsEditorService editorService ) : float
value float The current value.
editorService IWindowsFormsEditorService The editor service used to display the dropdown control.
리턴 float

EditValue() 공개 메소드

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
리턴 object

GetEditStyle() 공개 메소드

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
리턴 UITypeEditorEditStyle