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

CompositeVObjectEditDesigner Members

The CompositeVObjectEditDesigner type exposes the following members.

Constructors

Name Description
Public method CompositeVObjectEditDesigner Overloaded.

Creates and initializes a new designer instance.

Methods

Name Description
Public method Dispose

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

(Inherited from GenericVObjectEditDesigner.)
Public method Draw

Draws a designer.

(Inherited from GenericVObjectEditDesigner.)
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.

(Inherited from GenericVObjectEditDesigner.)
Public method NotifyDisconnect

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

(Overrides GenericVObjectEditDesigner.NotifyDisconnect().)
Public method NotifyKeyDown

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

(Inherited from GenericVObjectEditDesigner.)
Public method NotifyKeyUp

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

(Inherited from GenericVObjectEditDesigner.)
Public method NotifyMouseDoubleClick

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

(Inherited from GenericVObjectEditDesigner.)
Public method NotifyMouseDown

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

(Overrides GenericVObjectEditDesigner.NotifyMouseDown(MouseEventArgs).)
Public method NotifyMouseMove

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

(Overrides GenericVObjectEditDesigner.NotifyMouseMove(MouseEventArgs).)
Public method NotifyMouseUp

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

(Overrides GenericVObjectEditDesigner.NotifyMouseUp(MouseEventArgs).)
Public method ToString (Inherited from Object.)
Public method UpdateSettings

Updates the designer settings.

(Overrides GenericVObjectEditDesigner.UpdateSettings().)

Properties

Name Description
Public property CompositeVObject

Gets a composite v-object associated with this designer.

Public property Connected

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

(Inherited from GenericVObjectEditDesigner.)
Public property ContextMenu

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

(Inherited from GenericVObjectEditDesigner.)
Public property ObjectBorderPen

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

(Inherited from GenericVObjectEditDesigner.)
Public property VObjects

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

(Overrides GenericVObjectEditDesigner.VObjects.)

See Also

Reference