C# 클래스 AGS.Types.StringListUIEditor

상속: System.Drawing.Design.UITypeEditor
파일 보기 프로젝트 열기: adventuregamestudio/ags 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
editor StringListUIEditorControl

공개 메소드들

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

보호된 메소드들

메소드 설명
EditValueHelper ( ITypeDescriptorContext context, IServiceProvider provider, string value, IList valueList ) : string

메소드 상세

EditValue() 공개 메소드

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

EditValueHelper() 보호된 메소드

protected EditValueHelper ( ITypeDescriptorContext context, IServiceProvider provider, string value, IList valueList ) : string
context ITypeDescriptorContext
provider IServiceProvider
value string
valueList IList
리턴 string

GetEditStyle() 공개 메소드

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

StringListUIEditor() 공개 메소드

public StringListUIEditor ( ) : System
리턴 System

프로퍼티 상세

editor 보호되어 있는 프로퍼티

protected StringListUIEditorControl,AGS.Types editor
리턴 StringListUIEditorControl