The Open local document button opens a supported file when the button is clicked. The Filename
property sets the name and relative path of the file. Files are relative to the folder where the MegunoLink project is saved. The file types supported are:
.txt
text file.pdf
Adobe® Acrobat file.html
web page file.exe
program.bat
batch file
Property | Access | Type | Method | Description |
---|---|---|---|---|
Text | Design-only | string | — | The label displayed on the button |
Filename | Design-only | string | — | The name of the file to open. Relative to the project file. For example: Documentation.pdf |
This control also supports all the common control properties.