Spread Windows Forms 12.0 Product Documentation
Name Property (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : Name Property
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;}

Property Value

String containing the name of the element
Remarks
Specify a unique element name to distinguish elements.
See Also

Reference

ElementWindowless Class
ElementWindowless Members