BB FlashBack SDK: FBButtons

Delete

Description

Deletes a button from the collection.

Syntax

[C#/C++]
public Boolean Delete (long lIndex)

[VB.NET]
Public Function Delete (ByVal lIndex As Long) As Boolean

Parameters

lIndex : index of the button object to delete.

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

See Also

FBButtons::DeleteByID