In This Topic
Gets the name of the border as a string.
Syntax
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As Border
Dim value As String
value = instance.ToString()
public override string ToString()
Return Value
String containing the name of the border object
See Also