Instrumentation Widgets Class Reference

Clock Class

Base abstract class for clocks controls.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            PerpetuumSoft.Widgets.InstrumentationControl
               PerpetuumSoft.Widgets.Clock
                  PerpetuumSoft.Widgets.AnalogClock
                  PerpetuumSoft.Widgets.DigitalClock

[Visual Basic]
MustInherit Public Class Clock
    Inherits InstrumentationControl
[C#]
public abstract class Clock : InstrumentationControl

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.

Remarks

Provides automatic invalidation of control based on internal timer.

Requirements

Namespace: PerpetuumSoft.Widgets

Assembly: PerpetuumSoft.Widgets (in PerpetuumSoft.Widgets.dll)

See Also

Clock Members | PerpetuumSoft.Widgets Namespace