|  | Options | Name | Purpose | 
            
  |  | + | System.Windows.Forms.Control  AssignValue (Control, Object) | Assigns a value to a field level control 
 | 
  |  | + | LOGICAL  ExistsByName (character, IEnumerable) | Returns if the given list contains an object with the given name 
 | 
  |  | + | LOGICAL  ExistsByName (IEnumerable, character) | Returns if the given list contains an object with the given name 
 | 
  |  | + | LOGICAL  ExistsByTag (character, IEnumerable) | Returns if the given list contains an object with the given Tag 
 | 
  |  | + | LOGICAL  ExistsByTag (IEnumerable, character) | Returns if the given list contains an object with the given Tag 
 | 
  |  | + | System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Control, Type) | Returns a List of all Controls in the Form that are of the given type 
 | 
  |  | # | FindAllControlsOfType (Control, Control>, Type) | Returns a List of all Controls in the Form that are of the given type 
 | 
  |  | + | System.Object  FindByTag (character, IEnumerable) | Returns the first object from the list with the given Tag 
 | 
  |  | + | System.Object  FindByTag (IEnumerable, character) | Returns the first object from the list with the given Tag 
 | 
  |  | + | System.Object  FindByTag (Object, Control+ControlCollection) | Returns the first object from the list with the given Tag 
 | 
  |  | + | System.Windows.Forms.Control  FindLabel (Control) | Finds the Label Control of a given Control 
 | 
  |  | + | System.Windows.Forms.Control  FindLabelByTag (Control) | Finds the Label Control of a given Control 
 | 
  |  | + | System.Windows.Forms.Control  FindLastControl (Control) | Locates the Control in the given parent control that is the
         last Control by TabIndex 
 | 
  |  | + | System.Windows.Forms.Control  FindParentControlOfType (Control, Type) | Walks up the Parent-Chain of a .NET Control and returns the first
         ParentControl that is compatible with the given type 
 | 
  |  | + | System.Windows.Forms.UserControl  FindParentUserControl (Control) | Walks up the Parent-Chain of a .NET Control and returns the first
         UserControl 
 | 
  |  | + | LOGICAL  FocusFirstControl (Control) | Focusses the first enabled control in the given parent control 
 | 
  |  | + | System.Windows.Forms.Control  GetControlByChildIndex (Control+ControlCollection, integer) | Returns the Control with the given ChildIndex in the ControlsCollection 
 | 
  |  | + | System.Windows.Forms.AnchorStyles  SetControlAnchor (Control, character) | Sets the Anchor property of the control based on a comma-delimited list 
 |