TXTextControl.HeaderFooterStyle Property

This property determines how headers and footers can be activated and how activated headers and footers appear on the screen.

Syntax

TXTextControl.HeaderFooterStyle [= style]
Setting Description
txMouseClick (1) Headers and footers can be activated through single mouse clicks.
txNoDblClk (2) Headers and footers cannot be activated through mouse double-clicks.
txSolidFrame (4) An activated header or footer has a solid border to indicate its size.
txUnframed (8) An activated header or footer has no border.
txDividingLine (16) An activated header or footer is divided from the main text with a dashed line.

Remarks

The property value can be the sum of one or more of the specified settings. By default a header or footer is activated with a mouse double-click and is divided from the main text with a dashed line.

Data Types

Integer.

Limitations

Run time only.

See Also