Hevea documentation

ToolBar.Add Method 

Adds a button to the ToolBar.

public void Add(
   Button button
);

Parameters

button
button to add

Exceptions

Exception Type Condition
ArgumentNullException button is null

See Also

ToolBar Class | Hevea.Core.Http.Html.UI Namespace