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