Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ContentControl Class / ToString Method

In This Topic
    ToString Method (C1ContentControl)
    In This Topic
    Returns the string representation of a System.Windows.Controls.Control object.Returns the string representation of a System.Windows.Controls.Control object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A string that represents the control.A string that represents the control.
    See Also