The DefaultDesigner type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
|
Draw |
Draws a designer. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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. |
|
ToString | (Inherited from Object.) | |
UpdateSettings |
Updates the designer settings. |
Name | Description | |
---|---|---|
Connected |
Gets a value specifying if the designer is associated with the control. |
|
SelectionPen |
Gets/sets a pen to draw a selection rectangle. |
|
SelectionRectangle |
Gets a region selected by the user. |
|
VObjects |
Gets an array of v-objecs associated with this designer. |