ActiveSelectAndMovePointColor: IGxColor;
ActiveSelectAndMovePointColor: Prognoz.Platform.Interop.Drawing.IGxColor;
The ActiveSelectAndMovePointColor property determines color of points of selected objects when working in the selection and movement mode.
The property is relevant, if the IWxView.ActiveTool property is set to WxTool.SelectAndMove.
Executing the example requires a form with the Button1 button, the WorkspaceBox component named WorkspaceBox1 and a data source for the WorkspaceBox1.
Add links to the Andy, Drawing, Workspace system assemblies.
After executing the example clicking the button enables the mode of selection and movement of workspace objects. On selection the objects are displayed as red points.
See also: