This documentation is for the old version. Go to the latest Graphics Mill docs

GenericVObjectEditDesigner Members

The GenericVObjectEditDesigner type exposes the following members.

Constructors

Name Description
Public method GenericVObjectEditDesigner

Creates and initializes a new designer for the specified v-object.

Methods

Name Description
Public method Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Public method Draw

Draws a designer.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NotifyConnect

Performs actions that should be taken when the designer is connected to a host object.

Public method NotifyDisconnect

Performs actions that should be taken when the designer is disconnected from a host object.

Public method NotifyKeyDown

Performs actions that should be taken when the KeyDown event occurs.

Public method NotifyKeyUp

Performs actions that should be taken when the KeyUp event occurs.

Public method NotifyMouseDoubleClick

Performs actions that should be taken when the DoubleClick event occurs.

Public method NotifyMouseDown

Performs actions that should be taken when the MouseDown event occurs.

Public method NotifyMouseMove

Performs actions that should be taken when the MouseMove event occurs.

Public method NotifyMouseUp

Performs actions that should be taken when the MouseUp event occurs.

Public method ToString (Inherited from Object.)
Public method UpdateSettings

Updates the designer settings.

Properties

Name Description
Public property Connected

Gets a value specifying if the designer is associated with the control.

Public property ContextMenu

Gets/sets a context menu for an associated v-object.

Public property ObjectBorderPen

Gets/sets a pen to draw the border around the associated v-object when it is selected.

Public property VObjects

Gets an array of v-objecs associated with this designer.

See Also

Reference