Click or drag to resize

RadioPicturesOnPreRender Method

Adds the picture buttons prior to calling the base class OnPreRender method.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void OnPreRender(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The event args.
See Also