SetToolboxHorizontalConnectorProperty Example

Example: Set the first bar shape in the standard toolbox (upper left) to be filled with red and outlined in black.

With objMilestones

  .allcolorsareRGB

  .SetToolboxHorizontalConnectorProperty 1,"FillColor",rgb(255,0,0)  'RED

  .SetToolboxHorizontalConnectorProperty 2,"OutlineColor",rgb(0,0,0) 'BLACK

End With

 

 

Milestones Professional 2019 Automation Methods and Properties.  © Copyright 2018, KIDASA Software, Inc. All rights reserved.