BB FlashBack SDK: FBEditor

GetButtons

Description

Returns, in an FBButtons object, a collection of all the button objects in the currently open movie.

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

Syntax

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

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

Return Values

If the function fails, the return value is zero.

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

Remarks

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

See Also

The FBButtons Class