Specifies whether to skin parts that are directly drawn by the OS platform.
Namespace: SkinSoft.VistaSkin
Assembly: SkinSoft.VistaSkin (in SkinSoft.VistaSkin.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property HookSystemDrawing As Boolean |
| C# |
|---|
| public bool HookSystemDrawing { get; set; } |
| C++ |
|---|
| public property bool HookSystemDrawing sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_HookSystemDrawing(); /** property */ public void set_HookSystemDrawing(bool value); |
| JScript |
|---|
| public function get HookSystemDrawing() : bool public function set HookSystemDrawing(value : bool); |
Remarks
This is an advanced feature that enables VistaSkin to skin custom controls and drawing.