BB FlashBack SDK: FBButtons

IDExists

Description

Checks to see if the given ID corresponds to an existing button object.

Syntax

[C#/C++]
public Bool IDExists (Long lID)

[VB.NET]
public Function IDExists (ByVal lID As Long) As Boolean

Parameters

lBlur : [In] ID of a button.

Return Values

If the button exists, the return value is zero.

If the button does not exist, the return value is non-zero.