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

Icon is the system Hand icon. (WIN32: IDI_HAND)

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

See Also

SystemIcons Class | SystemIcons Members | System.Drawing Namespace