CustomIconPath Property (IInterfaceFiles) Send Feedback
See Also 
Gets or sets where to search for custom icon files for toolbars and menus.

Syntax

Visual Basic 
Property CustomIconPath As System.String
C# 
System.string CustomIconPath {get; set;}
JavaScript 
get_CustomIconPath () : String
put_CustomIconPath (
   NewVal : String
)
COM native C++ 
HRESULT get_CustomIconPath(
   BSTR* Val
) 
HRESULT put_CustomIconPath( 
   BSTR NewVal
C++ 
DSRESULT get_CustomIconPath (
   dsString* Val
)
DSRESULT put_CustomIconPath(
   const dsString& NewVal
)

Property Value

Path where to search for custom icon files for toolbars and menus

Example

See the IInterfaceFiles examples.

Remarks

The filename extension for custom icon files is .xml.

See Also

Availability

DraftSight V1R5.0