PluginNode.CustomIcon Property (Windows Embedded CE 6.0)

1/5/2010

If the tool developer specifies a custom icon for this node, this will identify that icon. Be sure to specify BuiltInIcon.Custom for the icon type in the constructor.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

public Icon CustomIcon { get; set; }
'Declaration
Public Property CustomIcon As Icon

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PluginNode Class
PluginNode Members
Microsoft.RemoteToolSdk.PluginComponents Namespace