IBrowser.Image Property

Applies to v2.

Gets the image to be displayed on the menu and overlaid on run button.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Image As ImageSource 
    Get
'Usage
Dim instance As IBrowser 
Dim value As ImageSource 

value = instance.Image
ImageSource Image { get; }
property ImageSource^ Image {
    ImageSource^ get ();
}
abstract Image : ImageSource
function get Image () : ImageSource

Property Value

Type: System.Windows.Media.ImageSource
The image to be displayed on the menu and overlaid on run button.

See Also

Reference

IBrowser Interface

Microsoft.WebMatrix.Extensibility Namespace