Share via


IExplorerNodeTypeDefinition.DefaultIcon Property

Definition

Gets or sets the default icon for nodes that are defined by this node type.

public:
 property System::Drawing::Image ^ DefaultIcon { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
public System.Drawing.Image DefaultIcon { get; set; }
member this.DefaultIcon : System.Drawing.Image with get, set
Public Property DefaultIcon As Image

Property Value

The default icon for nodes that are defined by this node type.

Applies to