BB FlashBack SDK: FBTextBoxes

SetProperties

Description

Sets the properties of the specified text box to those in the supplied FBTextBoxProperties object.

Syntax

[C#/C++]
public Bool SetProperties (long lIndex, FBTextBoxProperties* pProperties);

[VB.NET]
Public Function SetProperties (ByVal lIndex As Long, ByRef pTextboxProperties() As FBTextBoxProperties) As Boolean

Parameters

lIndex : [In] Index of a text box.

pProperties : [In] Pointer to an FBTextBoxProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

See Also

The FBTextBoxProperties Class   FBTextBoxes::SetPropertiesByID