_Application.FeatureInstall Property

Definition

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

public:
 property Microsoft::Office::Core::MsoFeatureInstall FeatureInstall { Microsoft::Office::Core::MsoFeatureInstall get(); void set(Microsoft::Office::Core::MsoFeatureInstall value); };
public Microsoft.Office.Core.MsoFeatureInstall FeatureInstall { get; set; }
member this.FeatureInstall : Microsoft.Office.Core.MsoFeatureInstall with get, set
Public Property FeatureInstall As MsoFeatureInstall

Property Value

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.

Applies to