Table of Contents

Property ActionControl

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

ActionControl

Get/Set the Control window associated with the document object.

public Control ActionControl { get; set; }

Property Value

Control

The control used as the rendering and interaction surface with mouse and keyboard events, for this document. Graphics window controls like vdFramedControl ,VectorDrawBaseControl, vdScrollableControl atomatically set this property when they are associated with the document.