MenuFilesPath Property (IInterfaceFiles) Send Feedback
See Also 
Gets or sets where to search for custom menu files.

Syntax

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 files

Example

See the IInterfaceFiles examples.

Remarks

The filename extension for custom menu files is .xml.

See Also

Availability

DraftSight V1R5.0