Method | Description | |
---|---|---|
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object |
Edits the specified object's value using the editor style indicated by the M:System.Drawing.Design.UITypeEditor.GetEditStyle method.
|
|
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle |
Gets the editor style used by the M:System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
|
|
GetItems ( object editValue ) : object[] |
Gets the items in the collection as a T:object[].
|
|
NumericCollectionEditor ( ) : System |
Initializes a new instance of the NumericCollectionEditor class.
|
|
SetItems ( object editValue, object values ) : void |
Sets the items in the collection.
|
Method | Description | |
---|---|---|
detectCollectionType ( ) : |
public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object | ||
context | ITypeDescriptorContext | An |
provider | IServiceProvider | An |
value | object | The object to edit. |
return | object |
public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle | ||
context | ITypeDescriptorContext | An |
return | UITypeEditorEditStyle |
public GetItems ( object editValue ) : object[] | ||
editValue | object | The collection object being edited. |
return | object[] |
public SetItems ( object editValue, object values ) : void | ||
editValue | object | The collection object being edited. |
values | object | The objects to be added in the collection. |
return | void |