Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxEdit.Limit Property

Defines the maximum number of characters that can be entered by the user.

Syntax

Get

VB.NETCount = object.Limit As Integer
VBCount = object.Limit As Long
C#.NETint Count = object.Limit;
VC++long Count = object->Limit;
long Count = object->GetLimit();
CHRESULT object->get_Limit(long* Count);

Put

VB.NETobject.Limit = Count As Integer
VBobject.Limit = Count As Long
C#.NETint object.Limit = Count;
VC++long object->Limit = Count;
void object->PutLimit(long Count);
CHRESULT object->put_Limit(long Count);

object

A SftBoxEdit object.

Count

Defines the maximum number of characters that can be entered by the user. If 0 is specified, there is no predefined limit.

Comments

The Limit property defines the maximum number of characters that can be entered by the user.

The Limit property prevents the user from entering more than the defined maximum number of characters. It also limits data copied using the clipboard. It does not prevent the application from selecting items which may display more data or from defining more data.

This property cannot be used with a drop down list combo box.

See Also SftBoxEdit Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.