ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanelPresenter Class
Members

In This Topic
    C1InputPanelPresenter Class
    In This Topic
    An instance of this class is used in the C1InputPanel's control template to define a place in the control's visual tree where a pane representing individual input fields will appear. C1InputPanel's control template.
    Object Model
    C1InputPanelPresenter Class
    Syntax
    'Declaration
     
    Public Class C1InputPanelPresenter 
       Inherits System.Windows.Controls.Control
    public class C1InputPanelPresenter : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.InputPanel.C1InputPanelPresenter

    See Also