BB FlashBack SDK: FBEditor

GetTextBoxes

Description

Returns, in an FBTextBoxes object, a collection of all the textboxes in the currently open movie.

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

Syntax

[C#/C++]
public FBTextBoxes* GetTextBoxes ()

[VB.NET]
Public Function GetTextBoxes() As FBTextBoxes
 

Return Values

If the function fails, the return value is zero.

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

Remarks

If there are no text boxes in the movie, the Count property of the returned FBTextBoxes collection is set to zero.
 

See Also

The FBTextBoxes Class