Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / BaseObject Class / ToString Method

In This Topic
    ToString Method (BaseObject)
    In This Topic
    Overrides the default behavior.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The text which identifies a user interface object.
    See Also