BB FlashBack SDK: FBButtons

SetPropertiesByID

Description

Sets the properties of the specified button object to those in the supplied FBButtonProperties object.

Syntax

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

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

Parameters

lID : [In] ID of a button.

pButtonProperties : [In] Pointer to an FBButtonProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

See Also

The FBButtonProperties Class   FBButtons::SetProperties