Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Control Class / Name Property


In This Topic
    Name Property (Control)
    In This Topic
    Gets or sets a string value representing the name of the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property Name As String
    'Usage
     
    
    Dim instance As Control
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public override string Name {get; set;}

    Property Value

    The name of the control.
    See Also