메소드 | 설명 | |
---|---|---|
ColumnCollectionEditor ( |
Constructor
|
|
EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object |
Edits the value of the specified object using the specified service provider and context
|
메소드 | 설명 | |
---|---|---|
CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm |
If the property grid is available it's HelpVisible property is set to true, the help pane backcolor is changed and the CommandsVisibleIfAvailable property is set to true ((hot) commands are elsewhere known as designer verbs).
|
|
CreateInstance ( |
Creates a new instance of the specified collection item type
|
|
CreateNewItemTypes ( ) : System.Type[] |
Gets the data types that this collection editor can contain
|
|
DestroyInstance ( object instance ) : void |
Destroys the specified instance of the object
|
메소드 | 설명 | |
---|---|---|
column_PropertyChanged ( object sender, |
Handler for a Column's PropertyChanged event
|
public ColumnCollectionEditor ( |
||
type | The type of the collection to be edited | |
리턴 | System |
protected CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm | ||
리턴 | System.ComponentModel.Design.CollectionEditor.CollectionForm |
protected CreateInstance ( |
||
itemType | The type of item to create | |
리턴 | object |
protected DestroyInstance ( object instance ) : void | ||
instance | object | The object to destroy |
리턴 | void |
public EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object | ||
context | ITypeDescriptorContext | An ITypeDescriptorContext that can be used to gain additional context information |
isp | IServiceProvider | A service provider object through which editing services can be obtained |
value | object | the value of the object under edit |
리턴 | object |