Method | Description | |
---|---|---|
Add ( IComponent component ) : void | ||
Add ( IComponent component, string name ) : void | ||
DesignContainer ( DesignerHost host ) : System | ||
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
GetComponent ( string name ) : IComponent | ||
OnComponentChanged ( object component, |
||
OnComponentChanging ( object component, |
||
Remove ( System component ) : void |
Method | Description | |
---|---|---|
GetService ( System service ) : |
||
OnComponentAdded ( IComponent component ) : void | ||
OnComponentAdding ( IComponent component ) : void | ||
OnComponentRemoved ( IComponent component ) : void | ||
OnComponentRemoving ( IComponent component ) : void | ||
OnComponentRename ( object component, string oldName, string newName ) : void |
Method | Description | |
---|---|---|
GetDesigner ( IComponent component ) : IDesigner |
public Add ( IComponent component, string name ) : void | ||
component | IComponent | |
name | string | |
return | void |
public DesignContainer ( DesignerHost host ) : System | ||
host | DesignerHost | |
return | System |
public GetComponent ( string name ) : IComponent | ||
name | string | |
return | IComponent |
protected GetService ( System service ) : |
||
service | System | |
return |
protected OnComponentAdded ( IComponent component ) : void | ||
component | IComponent | |
return | void |
protected OnComponentAdding ( IComponent component ) : void | ||
component | IComponent | |
return | void |
public OnComponentChanged ( object component, |
||
component | object | |
member | ||
oldValue | object | |
newValue | object | |
return | void |
public OnComponentChanging ( object component, |
||
component | object | |
member | ||
return | void |
protected OnComponentRemoved ( IComponent component ) : void | ||
component | IComponent | |
return | void |
protected OnComponentRemoving ( IComponent component ) : void | ||
component | IComponent | |
return | void |
protected OnComponentRename ( object component, string oldName, string newName ) : void | ||
component | object | |
oldName | string | |
newName | string | |
return | void |