public static bool AsyncToggleChecked(
IEnumerable<Control> ctrls
)
Public Shared Function AsyncToggleChecked (
ctrls As IEnumerable(Of Control)
) As Boolean
Dim ctrls As IEnumerable(Of Control)
Dim returnValue As Boolean
returnValue = ControlIterator.AsyncToggleChecked(ctrls)
public:
static bool AsyncToggleChecked(
IEnumerable<Control^>^ ctrls
)
static member AsyncToggleChecked :
ctrls : IEnumerable<Control> -> bool
No code example is currently available or this language may not be supported.