InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.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 Windows.UI.Xaml.Controls.Control
    public class C1InputPanelPresenter : Windows.UI.Xaml.Controls.Control 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   C1.Xaml.InputPanel.C1InputPanelPresenter

    See Also