An NDoc Documented Class Library

DashBoard Class

For a list of all members of this type, see DashBoard Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     Recorder.DashBoard

[Visual Basic]
Public Class DashBoard
    Inherits Form
    Implements UserEventListener
[C#]
public class DashBoard : Form, UserEventListener
[C++]
public __gc class DashBoard : public Form, UserEventListener
[JScript]
public class DashBoard extends Form, UserEventListener

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Recorder

Assembly: White.Recorder (in White.Recorder.exe)

See Also

DashBoard Members | Recorder Namespace