Visual Basic | |
---|---|
Property MenuFilesPath As System.Object |
C# | |
---|---|
System.object MenuFilesPath {get; set;} |
JavaScript | |
---|---|
get_MenuFilesPath () : dsSystem.Object put_MenuFilesPath ( NewVal : dsSystem.Object ) |
COM native C++ | |
---|---|
HRESULT get_MenuFilesPath( VARIANT* StrArray ) HRESULT put_MenuFilesPath( VARIANT NewStrArray |
C++ | |
---|---|
DSRESULT get_MenuFilesPath ( dsStringArray* StrArray ) DSRESULT put_MenuFilesPath( const dsStringArray& NewStrArray ) |
Property Value
Path where to search for custom menu filesSee the IInterfaceFiles examples.
The filename extension for custom menu files is .xml.
DraftSight V1R5.0