TreeView for WinForms | ComponentOne
C1.Framework Namespace / ScrollableControl Class / Text Property

In This Topic
    Text Property (ScrollableControl)
    In This Topic
    Gets or sets the text associated with this control.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <BrowsableAttribute(False)>
    Public Overrides Property Text As String
    [DefaultValue("")]
    [Browsable(false)]
    public override string Text {get; set;}

    Property Value

    The text associated with this control.
    See Also