KTML 4 LITE API Documentation for ASP .NET

Toolbar Constructor (String, Int32, String[])

Initializes a new instance of the Toolbar class.

public Toolbar(
   string name,
   int row,
   string[] buttons
);

Parameters

name
The name of the toolbar.
row
The row number on which the current toolbar appears in the editor interface.
buttons
An array with the button names to be rendered for the current toolbar.

See Also

Toolbar Class | InterAKT.WebControls Namespace | Toolbar Constructor Overload List