OLEFormat.IconPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the path of the file in which the icon for an OLE object is stored.
public:
property System::String ^ IconPath { System::String ^ get(); };
public string IconPath { get; }
member this.IconPath : string
Public ReadOnly Property IconPath As String