_Application.FeatureInstall Property

Returns or sets how Microsoft Word handles calls to methods and properties that require features not yet installed.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FeatureInstall As MsoFeatureInstall
    Get
    Set
'Usage
Dim instance As _Application
Dim value As MsoFeatureInstall

value = instance.FeatureInstall

instance.FeatureInstall = value
MsoFeatureInstall FeatureInstall { get; set; }

Property Value

Type: MsoFeatureInstall

Remarks

You can use the msoFeatureInstallOnDemandWithUI constant to prevent users from believing that the application isn't responding while a feature is being installed. Use the msoFeatureInstallNone constant if you want the developer to be the only one who can install features.

If you have the DisplayAlerts property set to False, users will not be prompted to install new features even if the FeatureInstall property is set to msoFeatureInstallOnDemand. If the DisplayAlerts property is set to True, an installation progress meter will appear if the FeatureInstall property is set to msoFeatureInstallOnDemand.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace