BB FlashBack SDK: FBButtonProperties

Opacity

Description

Gets and sets the opacity of the button.
 

Syntax

[C#/C++]
public long Opacity;

[VB.NET]
Public Property Opacity As Long
 

Remarks

The maximum value of 255 produces complete opacity. The minimum value of 0 produces a completely translucent button that is effectively invisible but can still capture clicks.