| Contents > Glossaries > Style examples | Index |
BoxFrame style
For keys with an explicit frame, the default behavior for a boxed key is to draw the box around the text. This style forces the box to draw around the given frame, regardless of where the text goes.

sp.KeyStyle = KeyStyles.BoxFrame;
This style may be useful in debugging, as a way to check exactly where the frame is positioned.
