NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrayIcon.Icon

Gets or sets the current icon.

[Visual Basic]
Public Property Icon As Icon
[C#]
public Icon Icon {get; set;}
[C++]
public: __property Icon* get_Icon();
public: __property void set_Icon(Icon*);
[JScript]
public function get Icon() : Icon;
public function set Icon(Icon);

Property Value

The current icon displayed by the TrayIcon component. The default value is a null reference (in Visual Basic Nothing).

See Also

TrayIcon Class | TrayIcon Members | System.WinForms Namespace | Icon