AwTextAdjust.WordMaxLength Property

Maximum length that is recognized as a word.

[Visual Basic]
Public Property WordMaxLength As Integer
[C#]
public int WordMaxLength {get; set;}

Property Value

Value that indicates the maximum length. Default value is 20.

Example

How to set the maximum length that is recognized as a word as 30.

ta.WordMaxLength = 30
ta.WordMaxLength = 30;

See Also

AwTextAdjust Class | Asterworld.Text Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.