Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Silverlight
System.Windows
 ShowInstallMenuItem Property
Collapse All/Expand All Collapse All
.NET Framework Class Library for Silverlight
OutOfBrowserSettings..::.ShowInstallMenuItem Property

Gets a value that indicates whether the application right-click menu includes an install option.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public ReadOnly Property ShowInstallMenuItem As Boolean
C#
public bool ShowInstallMenuItem { get; }
XAML Attribute Usage
<OutOfBrowserSettings ShowInstallMenuItem="bool" />

Property Value

Type: System..::.Boolean
true if the right-click menu includes an install option; otherwise, false. The default is true.

By default, an application configured for out-of-browser support will display an install option on the right-click menu that appears when users right-click the application. You can use this property to hide the install menu option if you want to provide your own installation user interface.

This property is read-only at run time, but you can set it in the out-of-browser configuration. For more information, see How to: Configure an Application for Out-of-Browser Support.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker