C# Class UlteriusServer.Api.Win32.Desktop.WindowCollection

A collection for Window objects.
Inheritance: System.Collections.CollectionBase
Show file Open project: Ulterius/server

Public Methods

Method Description
Add ( Window wnd ) : void

Adds a window to the collection.

this ( int index ) : Window

Gets a window from teh collection.

Method Details

Add() public method

Adds a window to the collection.
public Add ( Window wnd ) : void
wnd Window Window to add.
return void

this() public method

Gets a window from teh collection.
public this ( int index ) : Window
index int
return Window