System.Gadget.Flyout.show Property

Gets or sets whether a gadget Flyout is visible.

This property is read/write.

Syntax

propVal = System.Gadget.Flyout.show(bShow)

  
System.Gadget.Flyout.show(bShow)

   = propVal 

Parameters

  • bShow [in]

  • bShow [out]
    Sets or retrieves the gadget Flyout visibility state.

Remarks

A gadget has one Flyout available at any time. The content of the Flyout can modified dynamically using the document object or by specifying a new HTML file with the file property.

Examples

The following example demonstrates how to hide a flyout using the show property.

// --------------------------------------------------------------------
// Hide the flyout.
// --------------------------------------------------------------------
function hideFlyout()
{
    System.Gadget.Flyout.show = false;
}

Requirements

Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
IDL Sidebar.idl
DLL Sidebar.Exe version 1.00 or later

See Also

System.Gadget.Flyout

 

 

Send comments about this topic to Microsoft

Build date: 2/24/2010

Build type: SDK