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