
'Declaration <DesignTimeVisibleAttribute()> <ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")> Public Class ToolBarButton Inherits System.ComponentModel.Component
'Usage Dim instance As ToolBarButton
[DesignTimeVisible()] [ToolboxItem(ToolboxItemType=, ToolboxItemTypeName="")] public class ToolBarButton : System.ComponentModel.Component
'use the default constructor Dim tbb As ToolBarButton = New ToolBarButton() tbb.Style = ToolBarButtonStyle.Toggle tbb.Pushed = True nToolBar1.Buttons.Add(tbb)
//use the default constructor ToolBarButton tbb = new ToolBarButton(); tbb.Style = ToolBarButtonStyle.Toggle; tbb.Pushed = true; nToolBar1.Buttons.Add(tbb);
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Xceed.Chart.UIControls.ToolBarButton
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2