Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Gadgets
Windows Sidebar
Methods
 enabled Method
enabled Method

Retrieves whether SideShow is supported.

Syntax

bSideShowEnabled = System.Gadget.SideShow.enabled()

Return Value

Boolean that specifies the SideShow support.

true
SideShow is supported.
false
SideShow is not supported.

Remarks

Verify that System.Gadget.SideShow.enabled returns true before using other System.Gadget.SideShow object members.

Example

The following example demonstrates how to determine whether SideShow is supported using enabled.

var sideshowEnabled = System.Gadget.SideShow.enabled();

if (sideshowEnabled) 
{
    // Do something.
}

Applies To

System.Gadget.SideShow

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker