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

Icon is the system Error icon. (WIN32: IDI_ERROR)

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

See Also

SystemIcons Class | SystemIcons Members | System.Drawing Namespace