C# Class AGS.Types.StringListUIEditor

Inheritance: System.Drawing.Design.UITypeEditor
Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Protected Properties

Свойство Type Description
editor StringListUIEditorControl

Méthodes publiques

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

Méthodes protégées

Méthode Description
EditValueHelper ( ITypeDescriptorContext context, IServiceProvider provider, string value, IList valueList ) : string

Method Details

EditValue() public méthode

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
Résultat object

EditValueHelper() protected méthode

protected EditValueHelper ( ITypeDescriptorContext context, IServiceProvider provider, string value, IList valueList ) : string
context ITypeDescriptorContext
provider IServiceProvider
value string
valueList IList
Résultat string

GetEditStyle() public méthode

public GetEditStyle ( System context ) : UITypeEditorEditStyle
context System
Résultat UITypeEditorEditStyle

StringListUIEditor() public méthode

public StringListUIEditor ( ) : System
Résultat System

Property Details

editor protected_oe property

protected StringListUIEditorControl,AGS.Types editor
Résultat StringListUIEditorControl