Represents a glass button control.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ButtonBase
          System.Windows.Forms..::.Button
            CoreDevices.DeviceControls..::.GlassButton

See Also