ISmartTagAction.Icon Property

Definition

Gets image information that is displayed alongside the display text in the default smart tag.Smart tags are deprecated in favor of light bulbs. See ISuggestedAction for a replacement.

public:
 property System::Windows::Media::ImageSource ^ Icon { System::Windows::Media::ImageSource ^ get(); };
public System.Windows.Media.ImageSource Icon { get; }
member this.Icon : System.Windows.Media.ImageSource
Public ReadOnly Property Icon As ImageSource

Property Value

The icon.

Applies to