Gets a string that represents the current object with its ID if specified.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override string ToString()
Public Overrides Function ToString As String
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringA string value indicating the type and ID (if specified) of this widget.
See Also