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!

StatusBarPanel.Icon

Gets or sets the Icon property.

[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

One of the Icon values. The default is a null reference (in Visual Basic Nothing).

See Also

StatusBarPanel Class | StatusBarPanel Members | System.WinForms Namespace