Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.