| 
   | 
  
    +
    
    
   | 
  
    
           ActivateForm (Form)
    
   | 
  
     Activates a Form by un-Minimizing and Activating it     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Control  FindActiveChildControl (Form)
    
   | 
  
     Finds the active child control in a Form     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Control  FindParentOfType (Control, Type)
    
   | 
  
     Seeks the Control hierarchie up for a Parent of the given type     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Windows.Form  FindRunningFormInstance (character)
    
   | 
  
     Locates a running instance of a Form Class in the SESSION:FIRST-FORM
chain of Progress.Windows.Form objects     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Windows.Form  FindRunningFormInstance (Class)
    
   | 
  
     Locates a running instance of a Form Class in the SESSION:FIRST-FORM
chain of Progress.Windows.Form objects     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Windows.Form  FindRunningFormInstance (raw)
    
   | 
  
     Locates a running instance of a Form based on a RAW hash value     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Screen  GetScreenOfPoint (integer, integer)
    
   | 
  
     Getting the Screen Object of a Point indentificated by
piTop and piLeft.     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  IsActive (Form)
    
   | 
  
     Determines if a Form is active     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  IsFormOnValidDisplay (integer, integer, integer, integer)
    
   | 
  
     Test whether the given Point indentificated by piTop and
piLeft is on a valid Display. If these Points are on a valid
Display but the right side is not on a valid one. The Form
is repositioned by setting new values for piTop and piLeft.     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  IsFormOnValidDisplay (integer, integer)
    
   | 
  
     Test whether the given Point indentificated by piTop and
piLeft is on a valid Display.     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           ShowDialog (Form, DialogResult)
    
   | 
  
     Shows a Form as a dialog     
   |