CustomFileExplorer property (XY Plot object)

Returns or sets whether the custom file explorer or Windows file explorer opens when saving the trace data or captured image. Read/write. Boolean.
Syntax
XYPlot1
.
CustomFileExplorer
[ =
state
]
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    : The custom file explorer opens.
  • False
    : The Windows file explorer opens.
Example
Private Sub SetCustomFileExplorer() XYPlot1.CustomFileExplorer = True End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal