Метод | Описание | |
---|---|---|
CanParent ( |
Indicates whether the specified control can be a child of the control managed by a designer.
|
|
Initialize ( IComponent component ) : void |
Initializes the designer with the specified component.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDragDrop ( |
Called when a drag-and-drop object is dropped onto the control designer view.
|
|
OnDragEnter ( |
Called when a drag-and-drop operation enters the control designer view.
|
|
OnDragOver ( |
Called when a drag-and-drop object is dragged over the control designer view.
|
Метод | Описание | |
---|---|---|
OnComponentRemoving ( object sender, |
public CanParent ( |
||
control | The Control to test. | |
Результат | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate with the designer. |
Результат | void |
protected OnDragDrop ( |
||
de | A DragEventArgs that provides data for the event. | |
Результат | void |
protected OnDragEnter ( |
||
de | A DragEventArgs that provides data for the event. | |
Результат | void |
protected OnDragOver ( |
||
de | A DragEventArgs that provides data for the event. | |
Результат | void |