BB FlashBack SDK: FBTextBoxes

EditPropertiesByID

Description

Displays a dialog that enables editing of the properties of the specified text box.

Syntax

[C#/C++]
public Bool EditPropertiesByID (long lID)

[VB.NET]
Public Function EditPropertiesByID (ByVal lID As Long) As Boolean

Parameters

lID : ID of the text box to delete.

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

See Also

FBTextBoxes::EditProperties