The Portrate Interview Engine

InterviewControl Class

A control for displaying and managing the Portrate Interview Engine.

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

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Portrate.Interview.InterviewControl

[Visual Basic]
Public Class InterviewControl
    Inherits WebControl
    Implements INamingContainer
[C#]
public class InterviewControl : WebControl, INamingContainer
[C++]
public __gc class InterviewControl : public WebControl, INamingContainer
[JScript]
public class InterviewControl extends WebControl, INamingContainer

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

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

See Also

InterviewControl Members | Portrate.Interview Namespace