aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/MyPreviewToolStripRenderer.vb
diff options
context:
space:
mode:
authorpfg github <[email protected]>2015-03-08 09:18:40 -0700
committerpfg github <[email protected]>2015-03-08 09:18:40 -0700
commita3db778746af40eb9f9ec2cccfb3c935164600f5 (patch)
tree6fd5220c1283aeb448d4b67c8c122f78d2a7a8dc /ShiftOS/MyPreviewToolStripRenderer.vb
parentbfd7c782b02bce11bb07cc228e5d0775ad0d98d5 (diff)
downloadshiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.tar.gz
shiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.tar.bz2
shiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.zip
Full Source
Diffstat (limited to 'ShiftOS/MyPreviewToolStripRenderer.vb')
-rw-r--r--ShiftOS/MyPreviewToolStripRenderer.vb8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShiftOS/MyPreviewToolStripRenderer.vb b/ShiftOS/MyPreviewToolStripRenderer.vb
new file mode 100644
index 0000000..ee2239d
--- /dev/null
+++ b/ShiftOS/MyPreviewToolStripRenderer.vb
@@ -0,0 +1,8 @@
+Imports ShiftOS.MyNamespace
+
+Public Class MyPreviewToolStripRenderer
+ Inherits ToolStripProfessionalRenderer
+ Public Sub New()
+ MyBase.New(New PreviewCustomColorTable())
+ End Sub
+End Class