Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceBase Class
Members

In This Topic
    UserInterfaceBase Class
    In This Topic
    Base class for Legend and Viewport.
    Syntax
    'Declaration
     
    Public MustInherit Class UserInterfaceBase 
       Inherits DisposableBase
       Implements IUserInterfaceElement 
    public abstract class UserInterfaceBase : DisposableBase, IUserInterfaceElement  
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.DisposableBase
          devDept.Eyeshot.UserInterfaceBase
             devDept.Eyeshot.Grid
             devDept.Eyeshot.Legend
             devDept.Eyeshot.UserInterfaceSymbolBase

    See Also