VNC.ClientWin Class
one of the application windows

Access: Public
Base Classes: Form
  Members Description  
    view    
    serverName    
    serverIP    
    port    
    resolution    
    depth    
    protocolVerion    
    inputPanel    
    mainMenu    
    connection    
    information    
    close    
    keys    
    Ctrl_Alt_Del    
    Ctrl_Down    
    Ctrl_Up    
    Alt_Down    
    Alt_Up    
    about    
    ClientWin    
    information_Click    
    close_Click    
    Ctrl_Down_Click    
    Ctrl_Up_Click    
    Alt_Down_Click    
    Alt_Up_Click    
    about_Click    
    ServerName gets the servername of the vnc-server.

 
    registerView register a view for beeing displayed in this window before calling this, view must be connected to a RFBSurface

 
    setServerInformation    
    windowClosing handles window-close events

 
Remarks:
this Windows is a container for an RFB-View, an RFB-View is connected to this window using the registerView method.