Provides managed code access to the installed Widgets on the device.
| C# | Visual Basic |
public sealed class Widget
Public NotInheritable Class Widget
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Author |
Gets the name of the author of the widget.
| |
| AuthorEmail |
Gets the widget author's email address.
| |
| AuthorUrl |
Gets the URL to a site specified by the widget author.
| |
| ContentType |
Gets the MIME content type of the widget.
| |
| Description |
Gets a description of the widget.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetInstalledWidgets()()()() |
Gets a collection of all the installed Widgets on the device.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IconSource |
Gets the path to the graphic file that is the icon for the widget.
| |
| ID |
Gets the unique identifier of the widget.
| |
| InstalledID |
Gets the unique numerical identifier of the widget.
| |
| Launch()()()() |
Launches the specific Widget.
| |
| License |
Gets the license information for the widget.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets a user-friendly name for the widget.
| |
| Namespace |
Gets the namespace for the widget.
| |
| NetworkAccess |
Gets a boolean value indicating if the widget has access to the network.
| |
| ToString()()()() | (Inherited from Object.) | |
| Uninstall()()()() |
Uninstalls the specific Widget.
| |
| Version |
Gets a String specifying the widget's version.
Used to support upgrade scenarios.
|
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile 6.5 and later |
| Object | |
| Widget | |