OLEFormat.IconPath Property
Returns the path of the file in which the icon for an OLE object is stored.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property IconPath As String
Get
'Usage
Dim instance As OLEFormat
Dim value As String
value = instance.IconPath
string IconPath { get; }
Property Value
Type: System.String