InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / XView Class
Members

In This Topic
    XView Class
    In This Topic

    Control that hosts X elements.

    The control has an Element property that gets or sets the element to be displayed.

    The control is responsible for displaying the element, providing scrolling, and routing mouse and keyboard events to the hosted element.

    Object Model
    XView Class
    Syntax
    'Declaration
     
    Public Class XView 
       Inherits ScrollableControl
       Implements IViewC1.Win.C1SuperTooltip.ISupportSuperTooltip 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.ScrollableControl
                   C1.Framework.XView
                      C1.Win.C1InputPanel.C1InputPanelBase
                      C1.Win.InputPanel.C1InputPanelBase

    See Also