Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavElement Class
Members

In This Topic
    NavElement Class
    In This Topic
    Represents a base class for navigation element.
    Object Model
    NavElement ClassElementList ClassElement ClassIView InterfaceNavItem ClassElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NavElement 
       Inherits C1.Framework.StackPanel
       Implements C1.Framework.Accessibility.IAccessibleElement, C1.Framework.IToolTipElement 
    public abstract class NavElement : C1.Framework.StackPanel, C1.Framework.Accessibility.IAccessibleElement, C1.Framework.IToolTipElement  
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.StackPanel
                C1.Win.Input.DbNavigator.Items.NavElement

    See Also