You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > ProductSearch Class > ProductSearch Properties > MaxCharacters
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ProductSearch.MaxCharacters Property

The maximum number of characters the Search text box accepts. If you enter a value less than 50, it is a good idea to set the TextBoxSize property to the same number.

C#
[Bindable(true)]
[Browsable(true)]
[Category("Ektron")]
[DefaultValue(50)]
[Description("The maximum number of characters the Search text box accepts. If you enter a value less than 50, set the TextBoxSize property to the same number.")]
public int MaxCharacters;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<Category("Ektron")>
<DefaultValue(50)>
<Description("The maximum number of characters the Search text box accepts. If you enter a value less than 50, set the TextBoxSize property to the same number.")>
Public Property MaxCharacters() As Integer
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!