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

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

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

[Missing <param> documentation for "ctrls"]

Examples
ShowControls( ctrl1, ctrl2, ...)

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0