ComponentOne Basic Library for WPF and Silverlight
ToString Method (C1Command)


C1.Silverlight Namespace > C1Command Class : ToString Method
Returns a System.String that represents the current command.
Syntax
'Declaration
 
Public Overrides Function ToString() As System.String
'Usage
 
Dim instance As C1Command
Dim value As System.String
 
value = instance.ToString()
public override System.string ToString()
See Also

Reference

C1Command Class
C1Command Members