Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ToolBarButton Class
Members

In This Topic
    ToolBarButton Class
    In This Topic
    The ToolBarButton class that raises the Click event.
    Syntax
    'Declaration
     
    Public Class ToolBarButton 
       Inherits DisposableBase
    public class ToolBarButton : DisposableBase 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      devDept.Eyeshot.DisposableBase
                         devDept.Eyeshot.ToolBarButton
                            devDept.Eyeshot.DefaultToolBarButton

    See Also