GlassWindow Class

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

WPF Glass Window Inherit from this window class to enable glass on a WPF window

Namespace:  Microsoft.SDK.Samples.VistaBridge.Dialogs
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public class GlassWindow : Window
Visual Basic (Declaration)
Public Class GlassWindow _
	Inherits Window
Visual C++
public ref class GlassWindow : public Window

Remarks

A windowHandle needs to be set later for glass to work

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ContentControl
                System.Windows..::.Window
                  Microsoft.SDK.Samples.VistaBridge.Dialogs..::.GlassWindow

See Also