ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputFieldTextItem Class
Properties Methods

In This Topic
    InputFieldTextItem Class Members
    In This Topic

    The following tables list the members exposed by InputFieldTextItem.

    Public Constructors
     NameDescription
    Public ConstructorInitializes an instance of class InputFieldTextItem.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the text alignment.  
    Public PropertyGets the maximum length of the text entered. When 0, the text is not restricted to any specified length.  
    Public PropertyGets the multiline. Allows more than a single-line entry in the text field.  
    Public PropertyGets the password. Displays the user-entered text as a series of asterisks (*).  
    Public PropertyGets the spell check. Indicates whether the text should be spell checked during its input or not.  
    Public PropertyGets the text value.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Performs a cloning of this instance.  
    Public MethodOverridden. Returns a string that represents the current object.  
    Top
    See Also