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.Warning

Icon is the system Warning icon. (WIN32: IDI_WARNING)

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

See Also

SystemIcons Class | SystemIcons Members | System.Drawing Namespace