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

In This Topic
    DisposableBase Class
    In This Topic
    Base class providing IDisposable interface.
    Syntax
    'Declaration
     
    Public MustInherit Class DisposableBase 
       Inherits System.Windows.FrameworkElement
    public abstract class DisposableBase : System.Windows.FrameworkElement 
    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.UserInterfaceBase
                         devDept.Eyeshot.Viewport

    See Also