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

Stores window handles and titles.
Afficher le fichier Open project: Ulterius/server

Méthodes publiques

Méthode Description
Window ( IntPtr handle, string text ) : System

Creates a new window object.

Method Details

Window() public méthode

Creates a new window object.
public Window ( IntPtr handle, string text ) : System
handle System.IntPtr Window handle.
text string Window title.
Résultat System