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!

SystemIcons.WinLogo

Icon is the Windows Logo icon. (WIN32: IDI_WINLOGO)

[Visual Basic]
Public Shared ReadOnly Property WinLogo As Icon
[C#]
public static Icon WinLogo {get;}
[C++]
public: __property static Icon* get_WinLogo();
[JScript]
public static function get WinLogo() : Icon;

See Also

SystemIcons Class | SystemIcons Members | System.Drawing Namespace