ShowToolbar property (TrendPro object)

Returns or sets whether the trend toolbar is displayed. Read/write. Boolean.
Syntax
TrendPro1
.
ShowToolbar
[=
state
]
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    : Shows the trend toolbar at runtime.
  • False
    : Does not show the trend toolbar at runtime.
Example
Private Sub ShowToolbar() TrendPro1.ShowToolbar = True End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal