Click or drag to resize

IConsolePaneHeaderAddItem Method (WebControl)

Add a button to the header. Typically this is an icon-type button using a ActiveImageButton control. By default buttons are positioned in the header in the order in which they are added, but prior to any standard platform buttons. You can use AddItem(WebControl, Int32) to add buttons in a specific order, including after or between platform buttons, but this is not generally recommended.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void AddItem(
	WebControl button
)

Parameters

button
Type: System.Web.UI.WebControlsWebControl
The button to add.
See Also