BB FlashBack SDK: FBTextBoxes

SetPropertiesByID

Description

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

Syntax

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

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

Parameters

lID : [In] ID 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::SetProperties