InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / Name Property

In This Topic
    Name Property (InputComponent)
    In This Topic
    Gets or sets the unique name for this InputComponent.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also