Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

EndEdit Method, SftTree Object

Ends cell editing.

Syntax

VB.NETInputValid = object.EndEdit(ByVal Validate As Boolean) As Boolean
VBInputValid = object.EndEdit(ByVal Validate As Boolean) As Boolean
C#.NETbool InputValid = object.EndEdit(bool Validate);
VC++VARIANT_BOOL InputValid = object->EndEdit(VARIANT_BOOL Validate);
CHRESULT object->raw_EndEdit(VARIANT_BOOL Validate, VARIANT_BOOL* InputValid);

object

A SftTree object.

Validate

Set to True to validate input data, False to skip input validation.

InputValid

Returns True if cell editing has ended, False if it hasn't due to input validation (the application rejected the input data by setting the Cancel variable of the EditValidate (or AfterEdit) event to True. If Validate is False, EndEdit will always return True.

Comments

The EndEdit method ends cell editing.

If Validate is True, the EditValidate (and AfterEdit) event is generated to allow the application to process the input data. If Validate is False, the current data being edited is abandoned and the cell text remains unchanged.

The EndEdit method doesn't need to be called under normal circumstances. If the user clicks the mouse button outside the cell being edited, the tree control automatically generates an EditValidate (and AfterEdit) event. The EndEdit method can be used to end cell editing due to an external event, such as a timer event or other application specific events.

Cell editing can be started using the Cell.Edit method.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.