Vcl.Forms.TFormStyleHook Properties
InheritedProtected
| Brush | class protected | The color and pattern used for painting. | 
| Control | public | Returns the control for which the style hook handles messages. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| DoubleBuffered | class protected | Determines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first. | 
| Focused | class protected | Specifies whether the control has the input focus. | 
| FocusUpdate | class protected | The focus of the control has been updated. | 
| FontColor | class protected | Color of the font used for the text that appears on the control. | 
| Form | class protected | |
| Handle | public | The handle of the control. | 
| Handled | class protected | Specifies whether the message was handled by the style hook. | 
| MouseInControl | class protected | |
| MouseInNCArea | class protected | |
| NeedsDefaultPaint | class protected | Specifies whether the control needs default painting. | 
| OverrideEraseBkgnd | class protected | Specifies whether the erasing of the background of the control should be performed by the style hook. | 
| OverridePaint | class protected | Specifies whether the painting of the control should be overridden by the style hook. | 
| OverridePaintNC | class protected | Specifies whether the painting of the non-client area of the control should be performed by the style hook. | 
| PaintOnEraseBkgnd | class protected | Specifies whether painting should be performed when the background needs to be erased. | 
| Text | class protected | Returns the caption of the control. |