ExternalControl.Icon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Icon extracted from the running process. Returns null if no icon could be extracted.
public:
property System::Drawing::Icon ^ Icon { System::Drawing::Icon ^ get(); };
public System.Drawing.Icon Icon { get; }
member this.Icon : System.Drawing.Icon
Public ReadOnly Property Icon As Icon