GlassForm Class

Vista Bridge Library

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

Windows Glass Form Inherit from this form to be able to enable glass on Windows Form

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.Form
              Microsoft.SDK.Samples.VistaBridge.Dialogs..::.GlassForm

See Also