C# Class AGS.Types.StringListUIEditor

Inheritance: System.Drawing.Design.UITypeEditor
Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Protected Properties

Property Type Description
editor StringListUIEditorControl

Public Methods

Method Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( System context ) : UITypeEditorEditStyle
StringListUIEditor ( ) : System

Protected Methods

Method Description
EditValueHelper ( ITypeDescriptorContext context, IServiceProvider provider, string value, IList valueList ) : string

Method Details

EditValue() public method

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

EditValueHelper() protected method

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

GetEditStyle() public method

public GetEditStyle ( System context ) : UITypeEditorEditStyle
context System
return UITypeEditorEditStyle

StringListUIEditor() public method

public StringListUIEditor ( ) : System
return System

Property Details

editor protected_oe property

protected StringListUIEditorControl,AGS.Types editor
return StringListUIEditorControl