
This property determines how headers and footers can be activated and how activated headers and footers appear on the screen.
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. |
The property value can be the sum of one or more of the specified settings. The default style setting is a dotted border for an activated header or footer and a mouse interface that activates a header or footer with double-clicks.
Integer.
Run time only.