BB FlashBack SDK: FBTextBoxProperties

Callout

Description

Set to True to have a 'callout' type pointer extend from the text box.  
 

Syntax

[C#/C++]
public Bool Callout;

[VB.NET]
Public Property Callout As Boolean
 

Remarks

The position of the end of the callout pointer is set by the CalloutPntX and CalloutPntY properties.

The two points at which the callout triangle meets the edge of the text box are set by the CalloutLeftX, CalloutLeftY and CalloutRightX and CalloutRightY properties.
 

See Also

FBTextBoxProperties::CalloutLeftX  FBTextBoxProperties::CalloutLeftY  FBTextBoxProperties::CalloutRightX  FBTextBoxProperties::CalloutRightY  FBTextBoxProperties::CalloutPntX  FBTextBoxProperties::CalloutPntY