IProgIdFA

Declaration

IProgIdFA : IDispatch

Overview

This interface is meant to edit a ProgId setup

Methods

NewExtension() returns IExtensionFA
Creates a new file association verb.

RemoveExtension(IExtensionFA Verb)
Removes and destroys the extension object.

Properties

String Name
Gets or sets the name of the setup.

String Description
Gets or sets the description of the setup.

String Icon
Gets or sets the icon that will be associated with all the files handled.

Array<IExtensionFA> Extensions
Gets the collection of extensions.

See also

ITextFileUpdatesComponent

ITextUpdateFile