ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ITextBox Interface / CanGrow Property

In This Topic
    CanGrow Property (ITextBox)
    In This Topic
    Gets a value indicating whether the textbox can grow.
    Syntax
    'Declaration
     
    ReadOnly Property CanGrow As Boolean
    bool CanGrow {get;}

    Property Value

    A System.Boolean value. true if the textbox can grow; otherwise, false.
    See Also