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