QuSystem Documentation
HideControls Method (ctrls)
The System namespace that should have been...System.Web.UIQuWebControlHideControls(array<Control>[]())

[This is preliminary documentation and is subject to change.]

Hides all specified controls.
Declaration Syntax
C#Visual BasicVisual C++
public static void HideControls(
	params Control[] ctrls
)
Public Shared Sub HideControls ( _
	ParamArray ctrls As Control() _
)
public:
static void HideControls (
	... array<Control^>^ ctrls
)
Parameters
ctrls (array<Control>[]())

[Missing <param> documentation for "ctrls"]

Examples
HideControls( ctrl1, ctrl2, ...)

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0