BB FlashBack SDK: FBButtons

SetProperties

Description

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

Syntax

[C#/C++]
public Bool SetProperties (long lIndex, FBButtonProperties* pButtonProperties)

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

Parameters

lIndex : [In] Index 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.

See Also

The FBButtonProperties Class   FBButtons::SetPropertiesByID