VantagePoint Manufacturing Controls Class Libary
MiscControl base class is the base class from which all misc controls are derived.

Namespace: VantagePoint.Common.BaseClasses
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
public class MiscControlBase : ControlBase

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MiscControlBase(String)
MiscControlBase For VantagePoint Misc Controls
LoadControlTemplate(String) (Inherited from ControlBase.)

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
              VantagePoint.Common.BaseClasses..::.ControlBase
                VantagePoint.Common.BaseClasses..::.MiscControlBase
                  VantagePoint.MiscControls..::.AnalogClock
                  VantagePoint.MiscControls..::.DateTimeDisplay

See Also