|
Options |
Name |
Purpose |
|
+
|
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 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
|
|
+
|
System.Windows.Forms.Control GetControlByChildIndex (Control+ControlCollection, integer)
|
Returns the Control with the given ChildIndex in the ControlsCollection
|