Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Name Property


In This Topic
    Name Property (ElementWindowless)
    In This Topic
    Gets or sets the name of the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Name As String
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public virtual string Name {get; set;}
    See Also