Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Name Property


In This Topic
    Name Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As IElement
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also