Click or drag to resize
GDAppIconPending Property
Gets flag for whether there is an application icon that has not yet been retrieved.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool Pending { get; }

Property Value

Type: Boolean
Whether there is an application icon that has not yet been retrieved.
Remarks

Check this property if the Image property is null. If this property is true then there is an icon for the service provider that has not yet been retrieved by the GD Runtime.

A GDAppEvent with type GDAppEventServicesUpdate will be dispatched when the icon has been retrieved.

See Also