SideShowGadget Members

Provides a generic view of a Windows SideShow-compatible device regardless of the endpoint.

The following tables list the members exposed by the SideShowGadget type.

Protected Constructors

  Name Description
SideShowGadget Overloaded. Initializes a new instance of the SideShowGadget class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Container  (Inherited from Component)
public property GadgetId Gets or sets the gadget's ID.
public property Site  (Inherited from Component)

Top

Protected Properties

  Name Description
protected property CanRaiseEvents  (Inherited from Component)
protected property DesignMode  (Inherited from Component)
protected property EndpointId Gets or sets this gadget's Endpoint ID.
protected property Events  (Inherited from Component)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddGlanceContent Sends a glance content string from the gadget to the connected Windows SideShow-compatible devices.
public method CreateObjRef  (Inherited from MarshalByRefObject)
public method Dispose Overloaded.  
public method Equals Overloaded. Overridden.  
public method GetCapabilitiesForDevices Returns an array of DeviceCapabilties objects; one for each Windows SideShow-compatible device connected to the gadget.
public method GetDeviceCount Returns the number of Windows SideShow-compatible devices that the user has associated with this SideShow gadget.
public method GetHashCode Overridden. Serves as a hash function for a particular type.
public method GetLifetimeService  (Inherited from MarshalByRefObject)
public method GetType  (Inherited from Object)
public method InitializeLifetimeService  (Inherited from MarshalByRefObject)
public methodstatic ReferenceEquals  (Inherited from Object)
public method RemoveAllContent Removes all of this gadget's content from all its connected devices.
public method RemoveContent Removes content from all connected Windows SideShow-compatible devices.
public method RevokeAllNotifications Revokes all of this gadget's notifications from all of its connected Windows SideShow-compatible devices.
public method RevokeNotification Revokes a notification from all connected Windows SideShow-compatible devices.
public method ShowNotification Overloaded. Sends a notification from the gadget to all of its connected Windows SideShow-compatible devices.
public method ToString Overridden. Returns a String that represents the current Object.

Top

Protected Methods

  Name Description
protected method AddContent Sends content from the gadget to the connected Windows SideShow-compatible devices.
protected method Dispose Overloaded. Overridden.  
protected method Finalize  (Inherited from Component)
protected method GetService  (Inherited from Component)
protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject)
protected method OnAllDevicesRemoved Raises an event when all devices are removed from the SideShow gadget.
protected method OnApplicationEvent Accepts a raw application event from a Windows SideShow-compatible device and calls the corresponding protected virtual method, which raises an event.
protected method OnContentMissing Raises the ContentMissing event.
protected method OnDeviceAdded Raises the DeviceAdded event.
protected method OnDeviceRemoved Raises the DeviceRemoved event.
protected method OnGadgetEnter Raises the GadgetEnter event.
protected method OnGadgetExit Raises the GadgetExit event.
protected method PostEvent A helper method used by derived types that asynchronously raises an event on the application's desired thread.
protected method SendEvent A helper method used by derived types that synchronously raises an event on the application's desired thread.

Top

Public Events

  Name Description
public event AllDevicesRemoved Occurs when the user has disconnected all devices from the gadget.
public event ContentMissing Occurs when an item of content is missing.
public event DeviceAdded Occurs when the gadget is associated with a device.
public event DeviceRemoved Occurs when the association between the gadget and the device has ended.
public event Disposed  (Inherited from Component)
public event GadgetEnter Occurs when the user enters the gadget on the device.
public event GadgetExit Occurs when the user exits the gadget on the device.

Top

See Also

Reference

SideShowGadget Class
Microsoft.SideShow Namespace

Send comments about this topic to Microsoft.