public sealed class ControlIterator
Public NotInheritable Class ControlIterator
Dim instance As ControlIterator
public ref class ControlIterator sealed
[<SealedAttribute>]
type ControlIterator = class end
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ControlIterator.Disable(CheckBox1)
ControlIterator.Enable({CheckBox1, CheckBox2})
ControlIterator.Dispose({CheckBox1, CheckBox2})
ControlIterator.Check(Of CheckBox)(Me)
ControlIterator.Uncheck(Of CheckBox)(Me.GroupBox1)
ControlIterator.Hide(Of CheckBox)("1")
ControlIterator.Show(Of CheckBox)("1")
ControlIterator.PerformAction(Of CheckBox)(Sub(ctrl As CheckBox) ctrl.Visible = True)
ControlIterator.PerformAction(Me.Controls, Sub(c As Control)
c.BackColor = Color.Green
End Sub)
ControlIterator.PerformAction(Of TextBox)(Me.Controls,
Sub(tb As TextBox)
tb.Tag = 2I
End Sub,
containsName:="TextBox_Pattern")
ControlIterator.AsyncPerformAction(RichTextBox1,
Sub(rb As RichTextBox)
For n As Integer = 0 To 9
rb.AppendText(CStr(n))
Next
End Sub)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
AsyncCheck(Control) | Asynchronously Check an specific ctrl. |
AsyncCheck(IEnumerableControl) | Asynchronously Check multiple Controls at once. |
AsyncCheckT(String) | Asynchronously Check all the Controls of the specified Type on the active Formulary. |
AsyncCheckT(Control, String) | Asynchronously Check all the Controls of the specified Type on the specified Control Container. |
AsyncCheckT(ControlControlCollection, String) | Asynchronously Check all the Controls of the specified Type on the specified Control Collection. |
AsyncDisable(Control) | Asynchronously Disable an specific ctrl. |
AsyncDisable(IEnumerableControl) | Asynchronously Disable multiple Controls at once. |
AsyncDisableT(String) | Asynchronously Disable all the Controls of the specified Type on the active Formulary. |
AsyncDisableT(Control, String) | Asynchronously Disable all the Controls of the specified Type on the specified Control Container. |
AsyncDisableT(ControlControlCollection, String) | Asynchronously Disable all the Controls of the specified Type on the specified Control Collection. |
AsyncDispose(Control) | Asynchronously Dispose an specific ctrl. |
AsyncDispose(IEnumerableControl) | Asynchronously Dispose multiple Controls at once. |
AsyncDisposeT(String) | Asynchronously Dispose all the Controls of the specified Type on the active Formulary. |
AsyncDisposeT(Control, String) | Asynchronously Dispose all the Controls of the specified Type on the specified Control Container. |
AsyncDisposeT(ControlControlCollection, String) | Asynchronously Dispose all the Controls of the specified Type on the specified Control Collection. |
AsyncEnable(Control) | Asynchronously Enable an specific ctrl. |
AsyncEnable(IEnumerableControl) | Asynchronously Enable multiple Controls at once. |
AsyncEnableT(String) | Asynchronously Enable all the Controls of the specified Type on the active Formulary. |
AsyncEnableT(Control, String) | Asynchronously Enable all the Controls of the specified Type on the specified Control Container. |
AsyncEnableT(ControlControlCollection, String) | Asynchronously Enable all the Controls of the specified Type on the specified Control Collection. |
AsyncHide(Control) | Asynchronously Hide an specific ctrl. |
AsyncHide(IEnumerableControl) | Asynchronously Hide multiple Controls at once. |
AsyncHideT(String) | Asynchronously Hide all the Controls of the specified Type on the active Formulary. |
AsyncHideT(Control, String) | Asynchronously Hide all the Controls of the specified Type on the specified Container. |
AsyncHideT(ControlControlCollection, String) | Asynchronously Hide all the Controls of the specified Type on the specified Control Collection. |
AsyncPerformAction(Control, Delegate) | Perform an asynchronous operation on a specific ctrl. |
AsyncPerformAction(IEnumerableControl, Delegate) | Perform an asynchronous operation on multiple Controls at once. |
AsyncPerformActionT(Delegate, String) | Perform an asynchronous operation on all the Controls of the specified Type on the active Formulary. |
AsyncPerformActionT(Control, Delegate, String) | Perform an asynchronous operation on all the Controls of the specified Type on the specified Control Container. |
AsyncPerformActionT(ControlControlCollection, Delegate, String) | Perform an asynchronous operation on all the Controls of the specified Type on the specified Control Collection. |
AsyncShow(Control) | Asynchronously Show an specific ctrl. |
AsyncShow(IEnumerableControl) | Asynchronously Show multiple Controls at once. |
AsyncShowT(String) | Asynchronously Show all the Controls of the specified Type on the active Formulary. |
AsyncShowT(Control, String) | Asynchronously Show all the Controls of the specified Type on the specified Container. |
AsyncShowT(ControlControlCollection, String) | Asynchronously Show all the Controls of the specified Type on the specified Control Collection. |
AsyncToggleChecked(Control) | Asynchronously Toggle the checked state of an specific ctrl. |
AsyncToggleChecked(IEnumerableControl) | Asynchronously Toggle the checked state of multiple Controls at once. |
AsyncToggleCheckedT(String) | Asynchronously Toggle the checked state of all the Controls of the specified Type on the active Formulary. |
AsyncToggleCheckedT(Control, String) | Asynchronously Toggle the checked state of all the Controls of the specified Type on the specified Control Container. |
AsyncToggleCheckedT(ControlControlCollection, String) | Asynchronously Toggle the checked state of all the Controls of the specified Type on the specified Control Collection. |
AsyncToggleEnabled(Control) | Asynchronously Toggle the enabled state of an specific ctrl. |
AsyncToggleEnabled(IEnumerableControl) | Asynchronously Toggle the enabled state of multiple Controls at once. |
AsyncToggleEnabledT(String) | Asynchronously Toggle the enabled state of all the Controls of the specified Type on the active Formulary. |
AsyncToggleEnabledT(Control, String) | Asynchronously Toggle the enabled state of all the Controls of the specified Type on the specified Control Container. |
AsyncToggleEnabledT(ControlControlCollection, String) | Asynchronously Toggle the enabled state of all the Controls of the specified Type on the specified Control Collection. |
AsyncToggleVisible(Control) | Asynchronously Toggle the visible state of an specific ctrl. |
AsyncToggleVisible(IEnumerableControl) | Asynchronously Toggle the visible state of multiple Controls at once. |
AsyncToggleVisibleT(String) | Asynchronously Toggle the visible state of all the Controls of the specified Type on the active Formulary. |
AsyncToggleVisibleT(Control, String) | Asynchronously Toggle the visible state of all the Controls of the specified Type on the specified Control Container. |
AsyncToggleVisibleT(ControlControlCollection, String) | Asynchronously Toggle the visible state of all the Controls of the specified Type on the specified Control Collection. |
AsyncUncheck(Control) | Asynchronously Uncheck an specific ctrl. |
AsyncUncheck(IEnumerableControl) | Asynchronously Uncheck multiple Controls at once. |
AsyncUncheckT(String) | Asynchronously Uncheck all the Controls of the specified Type on the active Formulary. |
AsyncUncheckT(Control, String) | Asynchronously Uncheck all the Controls of the specified Type on the specified Control Container. |
AsyncUncheckT(ControlControlCollection, String) | Asynchronously Uncheck all the Controls of the specified Type on the specified Control Collection. |
Check(Control) | Check an specific ctrl. |
Check(IEnumerableControl) | Check multiple Controls at once. |
CheckT(String) | Check all the Controls of the specified Type on the active Formulary. |
CheckT(Control, String) | Check all the Controls of the specified Type on the specified Control Container. |
CheckT(ControlControlCollection, String) | Check all the Controls of the specified Type on the specified Control Collection. |
Disable(Control) | Disable an specific ctrl. |
Disable(IEnumerableControl) | Disable multiple Controls at once. |
DisableT(String) | Disable all the Controls of the specified Type on the active Formulary. |
DisableT(Control, String) | Disable all the Controls of the specified Type on the specified Control Container. |
DisableT(ControlControlCollection, String) | Disable all the Controls of the specified Type on the specified Control Collection. |
Dispose(Control) | Dispose an specific ctrl. |
Dispose(IEnumerableControl) | Dispose multiple Controls at once. |
DisposeT(String) | Dispose all the Controls of the specified Type on the active Formulary. |
DisposeT(Control, String) | Dispose all the Controls of the specified Type on the specified Control Container. |
DisposeT(ControlControlCollection, String) | Dispose all the Controls of the specified Type on the specified Control Collection. |
Enable(Control) | Enable an specific ctrl. |
Enable(IEnumerableControl) | Enable multiple Controls at once. |
EnableT(String) | Enable all the Controls of the specified Type on the active Formulary. |
EnableT(Control, String) | Enable all the Controls of the specified Type on the specified Control Container. |
EnableT(ControlControlCollection, String) | Enable all the Controls of the specified Type on the specified Control Collection. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Hide(Control) | Hide an specific ctrl. |
Hide(IEnumerableControl) | Hide multiple Controls at once. |
HideT(String) | Hide all the Controls of the specified Type on the active Formulary. |
HideT(Control, String) | Hide all the Controls of the specified Type on the specified Container. |
HideT(ControlControlCollection, String) | Hide all the Controls of the specified Type on the specified Control Collection. |
PerformAction(Control, Delegate) | Perform an operation on a specific ctrl. |
PerformAction(IEnumerableControl, Delegate) | Perform an operation on multiple Controls at once. |
PerformAction(ControlControlCollection, Delegate, String) | Perform an operation on all the Controls on the specified Control Collection. |
PerformActionT(Delegate, String) | Perform an operation on all the Controls of the specified Type on the active Formulary. |
PerformActionT(Control, Delegate, String) | Perform an operation on all the Controls of the specified Type on the specified Control Container. |
PerformActionT(ControlControlCollection, Delegate, String) | Perform an operation on all the Controls of the specified Type on the specified Control Collection. |
Show(Control) | Show an specific ctrl. |
Show(IEnumerableControl) | Show multiple Controls at once. |
ShowT(String) | Show all the Controls of the specified Type on the active Formulary. |
ShowT(Control, String) | Show all the Controls of the specified Type on the specified Container. |
ShowT(ControlControlCollection, String) | Show all the Controls of the specified Type on the specified Control Collection. |
ToggleChecked(Control) | Toggle the checked state of an specific ctrl. |
ToggleChecked(IEnumerableControl) | Toggle the checked state of multiple Controls at once. |
ToggleCheckedT(String) | Toggle the checked state of all the Controls of the specified Type on the active Formulary. |
ToggleCheckedT(Control, String) | Toggle the checked state of all the Controls of the specified Type on the specified Control Container. |
ToggleCheckedT(ControlControlCollection, String) | Toggle the checked state of all the Controls of the specified Type on the specified Control Collection. |
ToggleEnabled(Control) | Toggle the enabled state of an specific ctrl. |
ToggleEnabled(IEnumerableControl) | Toggle the enabled state of multiple Controls at once. |
ToggleEnabledT(String) | Toggle the enabled state of all the Controls of the specified Type on the active Formulary. |
ToggleEnabledT(Control, String) | Toggle the enabled state of all the Controls of the specified Type on the specified Control Container. |
ToggleEnabledT(ControlControlCollection, String) | Toggle the enabled state of all the Controls of the specified Type on the specified Control Collection. |
ToggleVisible(Control) | Toggle the visible state of an specific ctrl. |
ToggleVisible(IEnumerableControl) | Toggle the visible state of multiple Controls at once. |
ToggleVisibleT(String) | Toggle the visible state of all the Controls of the specified Type on the active Formulary. |
ToggleVisibleT(Control, String) | Toggle the visible state of all the Controls of the specified Type on the specified Control Container. |
ToggleVisibleT(ControlControlCollection, String) | Toggle the visible state of all the Controls of the specified Type on the specified Control Collection. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Uncheck(Control) | Uncheck an specific ctrl. |
Uncheck(IEnumerableControl) | Uncheck multiple Controls at once. |
UncheckT(String) | Uncheck all the Controls of the specified Type on the active Formulary. |
UncheckT(Control, String) | Uncheck all the Controls of the specified Type on the specified Control Container. |
UncheckT(ControlControlCollection, String) | Uncheck all the Controls of the specified Type on the specified Control Collection. |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |