SetToolboxHorizontalConnectorProperty

Purpose: Change properties of the toolbox horizontal connectors.

Returns: none

Argument  

Type

Required

Purpose

1

Integer

Yes

Connector number in toolbox (1 based) 1-32. See horizontal connector type.

2

String

Yes

Property to set

     

"AfterStatusFillColor"

Arg 3 is the color.  See color numbering.

"AfterStatusFillColorTarget"

Arg 3 is the color.  See color numbering.

"FadeType"

Arg 3 is 0-6.  See fade types

"FillColor"

Arg 3 is the color.  See color numbering.

"FillColorTarget"

Arg 3 is the color. See color numbering.

"FillPattern"

Arg 3 is 1-57. See fill patterns.

"LinePattern"

Arg 3 is 1-25. See line patterns

"OutlineColor"

Arg 3 is the color.  See color numbering.

"ShowShadow"

Arg 3 is "on" or "off"

"ShadowColor"

Arg 3 is the color.  See color numbering.

"ShadowSize"

Arg 3 is 1=small, 2=medium 3=large

"Type"

Arg 3 is 1-63. See horizontal connector types.

3

Integer or String

   

 

 

 

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

 

 

Related Topics

  1. SetToolboxProperty
  2. SetToolboxSymbolProperty
  3. SetToolboxVerticalConnectorProperty
  4. Toolbox

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

To effectively program with this interface, it's important to learn all about Milestones Professional.  Learn about Milestones.

Milestones Professional 2023 Automation Methods and Properties.  © Copyright 2000-2023, KIDASA Software, Inc. All rights reserved.