Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItem Class / ToString Method

In This Topic
    ToString Method (RenderInputComboBoxItem)
    In This Topic
    Returns the string representation of the current object.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The value of the Text property.
    See Also