ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / UIElementInfo Class / Name Property

In This Topic
    Name Property (UIElementInfo)
    In This Topic
    Gets or sets the name of the UIElement. The name should be unique inside the parent control.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    See Also