Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CellEditLimit Property, SftTree Object

Defines the maximum number of characters in an edit control or combo box during cell editing.

Deprecated - Provided for compatibility with earlier versions only - See Cell Editing - This property continues to be used with Internet Explorer as it does not support the new cell editing mechanisms introduced with SftTree/OCX 5.0.

Syntax

Get

VB.NETNumChars = object.CellEditLimit As Short
VBNumChars = object.CellEditLimit As Integer
C#.NETshort NumChars = object.CellEditLimit;
VC++short NumChars = object->CellEditLimit;
short NumChars = object->GetCellEditLimit();
CHRESULT object->get_CellEditLimit(short* NumChars);

Put

VB.NETobject.CellEditLimit = NumChars As Short
VBobject.CellEditLimit = NumChars As Integer
C#.NETshort object.CellEditLimit = NumChars;
VC++short object->CellEditLimit = NumChars;
void object->PutCellEditLimit(short NumChars);
CHRESULT object->put_CellEditLimit(short NumChars);

object

A SftTree object.

NumChars

Defines the maximum number of characters in an edit control or combo box during cell editing. If 0 is specified, there is no maximum number.

Comments

The CellEditLimit property defines the maximum number of characters in an edit control or combo box during cell editing.

Deprecated - Provided for compatibility with earlier versions only - See Cell Editing - This property continues to be used with Internet Explorer as it does not support the new cell editing mechanisms introduced with SftTree/OCX 5.0.

The limit defined using the CellEditLimit property defines how many characters can be entered into an edit control or combo box during cell editing. The user will not be able to enter or paste more than the specified number of characters into the control.

The CellEditLimit property is used for the edit control and combo box when editing cells using the StartEdit, StartComboEdit and StartCombo methods. It is not used for cell editing started using the Cell.Edit method.

See Also SftTree Object | Object Hierarchy


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