| KaxToolBarItemCollectionAdd Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
Examples
The following example demonstrates how to programmatically add toolbar buttons in a
KaxToolBar control.
KaxToolBarButton createNewButton = new KaxToolBarButton("CreateNew");
KaxToolBar1.Items.Add(createNewButton);Dim createNewButton As KaxToolBarButton = New KaxToolBarButton("CreateNew")
KaxToolBar1.Items.Add(createNewButton)No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also