In This Topic
Gets or sets the name used in code to identify the control.
Syntax
'Declaration
Public Property Name As String
'Usage
Dim instance As FpCombo
Dim value As String
instance.Name = value
value = instance.Name
public string Name {get; set;}
See Also