The Portrate Interview Engine

AbstractControl Class

Contains some abstracted functionality that is common to all of the Portrate_Interview view controls.

 Author: Jacob W Anderson Date: 30 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved. 

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

System.Object
   Portrate.Interview.View.Controls.AbstractControl
      Derived types

[Visual Basic]
MustInherit Public Class AbstractControl
    Implements IDPLControl, IXmlConfigurable, IDisplayable
[C#]
public abstract class AbstractControl : IDPLControl, IXmlConfigurable, IDisplayable
[C++]
public __gc __abstract class AbstractControl : public IDPLControl, IXmlConfigurable, IDisplayable
[JScript]
public  class AbstractControl extends IDPLControl, IXmlConfigurable, IDisplayable

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: Portrate.Interview.View.Controls

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

AbstractControl Members | Portrate.Interview.View.Controls Namespace