An NDoc Documented Class Library

ScreenClass.New Method 

[Visual Basic]
Overridable Public Function New( _ 
   ByVal window As Window, _ 
   ByVal screenRepository As ScreenRepository _ 
) As Object
[C#]
public virtual object New(
   Window window,
   ScreenRepository screenRepository
);
[C++]
public: virtual Object* New(
   Window* window,
   ScreenRepository* screenRepository
);
[JScript]
public virtual function New(
   Window window,
   ScreenRepository screenRepository
): Object;

See Also

ScreenClass Class | Repository Namespace