The IDesigner type exposes the following members.
Name | Description | |
---|---|---|
Draw |
Draws a designer. |
|
NotifyConnect |
Performs actions that should be taken when the designer is connected to a host object. |
|
NotifyDisconnect |
Performs actions that should be taken when the designer is disconnected from a host object. |
|
NotifyKeyDown |
Performs actions that should be taken when the KeyDown event occurs. |
|
NotifyKeyUp |
Performs actions that should be taken when the KeyUp event occurs. |
|
NotifyMouseDoubleClick |
Performs actions that should be taken when the DoubleClick event occurs. |
|
NotifyMouseDown |
Performs actions that should be taken when the MouseDown event occurs. |
|
NotifyMouseMove |
Performs actions that should be taken when the MouseMove event occurs. |
|
NotifyMouseUp |
Performs actions that should be taken when the MouseUp event occurs. |
|
UpdateSettings |
Updates the designer settings. |