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 | |
---|---|---|
![]() |
Container | (Inherited from Component) |
![]() |
GadgetId | Gets or sets the gadget's ID. |
![]() |
Site | (Inherited from Component) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents | (Inherited from Component) |
![]() |
DesignMode | (Inherited from Component) |
![]() |
EndpointId | Gets or sets this gadget's Endpoint ID. |
![]() |
Events | (Inherited from Component) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
AddGlanceContent | Sends a glance content string from the gadget to the connected Windows SideShow-compatible devices. |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject) |
![]() |
Dispose | Overloaded. |
![]() |
Equals | Overloaded. Overridden. |
![]() |
GetCapabilitiesForDevices | Returns an array of DeviceCapabilties objects; one for each Windows SideShow-compatible device connected to the gadget. |
![]() |
GetDeviceCount | Returns the number of Windows SideShow-compatible devices that the user has associated with this SideShow gadget. |
![]() |
GetHashCode | Overridden. Serves as a hash function for a particular type. |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject) |
![]() |
GetType | (Inherited from Object) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject) |
![]() ![]() |
ReferenceEquals | (Inherited from Object) |
![]() |
RemoveAllContent | Removes all of this gadget's content from all its connected devices. |
![]() |
RemoveContent | Removes content from all connected Windows SideShow-compatible devices. |
![]() |
RevokeAllNotifications | Revokes all of this gadget's notifications from all of its connected Windows SideShow-compatible devices. |
![]() |
RevokeNotification | Revokes a notification from all connected Windows SideShow-compatible devices. |
![]() |
ShowNotification | Overloaded. Sends a notification from the gadget to all of its connected Windows SideShow-compatible devices. |
![]() |
ToString | Overridden. Returns a String that represents the current Object. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
AddContent | Sends content from the gadget to the connected Windows SideShow-compatible devices. |
![]() |
Dispose | Overloaded. Overridden. |
![]() |
Finalize | (Inherited from Component) |
![]() |
GetService | (Inherited from Component) |
![]() |
MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject) |
![]() |
OnAllDevicesRemoved | Raises an event when all devices are removed from the SideShow gadget. |
![]() |
OnApplicationEvent | Accepts a raw application event from a Windows SideShow-compatible device and calls the corresponding protected virtual method, which raises an event. |
![]() |
OnContentMissing | Raises the ContentMissing event. |
![]() |
OnDeviceAdded | Raises the DeviceAdded event. |
![]() |
OnDeviceRemoved | Raises the DeviceRemoved event. |
![]() |
OnGadgetEnter | Raises the GadgetEnter event. |
![]() |
OnGadgetExit | Raises the GadgetExit event. |
![]() |
PostEvent | A helper method used by derived types that asynchronously raises an event on the application's desired thread. |
![]() |
SendEvent | A helper method used by derived types that synchronously raises an event on the application's desired thread. |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
AllDevicesRemoved | Occurs when the user has disconnected all devices from the gadget. |
![]() |
ContentMissing | Occurs when an item of content is missing. |
![]() |
DeviceAdded | Occurs when the gadget is associated with a device. |
![]() |
DeviceRemoved | Occurs when the association between the gadget and the device has ended. |
![]() |
Disposed | (Inherited from Component) |
![]() |
GadgetEnter | Occurs when the user enters the gadget on the device. |
![]() |
GadgetExit | Occurs when the user exits the gadget on the device. |
Top