GadgetRegistration.DefaultIconResourceId Property

Namespace: Microsoft.SideShow
Assembly: Microsoft.SideShow (in microsoft.sideshow.dll)

Usage

Syntax

'Declaration
Public Shared ReadOnly Property DefaultIconResourceId As Integer
public static int DefaultIconResourceId { get; }
public:
static property int DefaultIconResourceId {
    int get ();
}
/** @property */
public static int get_DefaultIconResourceId ()
public static function get DefaultIconResourceId () : int

Property Value

A read-only property that returns a Int32 value of 32512, which represents the default resource ID for an application icon.

Remarks

This property returns the default resource ID for an application’s icon. This property may be used to specify the default icon resource ID when registering a gadget. The gadget will be represented in Control Panel and on the device by the application 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.

Platforms

Development Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

Target Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

See Also

Reference

GadgetRegistration Class
GadgetRegistration Members
Microsoft.SideShow Namespace