BB FlashBack SDK: FBFrames

GetButtons

Description

Returns, in an FBButtons object, a collection of all the buttons shown in the specified frame.

This method is accessible to the Advanced edition of the SDK only.

Syntax

[C#/C++]
public FBButtons* GetButtons (long lFrameNumber)

[VB.NET]
Public Function GetButtons (ByVal lFrameNumber As Long) As FBButtons

Parameters

lFrameNumber : the number of the frame for which displayed buttons will be retrieved
 

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is a pointer to an FBButtons collection.

Remarks

If there are no buttons shown in the frame, the Count property of the returned FBButtons collection is set to zero.
 

See Also

The FBButtons Class