From 1216cdd22fe1ff9c83c0b8c805b814cde26f2397 Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 25 Oct 2019 18:55:14 -0600 Subject: [PATCH] Changed using from ComCtl32 to Shell32 after movement of shell interfaces --- WIndows.Forms/Extensions/TextBoxExtension.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WIndows.Forms/Extensions/TextBoxExtension.cs b/WIndows.Forms/Extensions/TextBoxExtension.cs index 4d2867ca..23e2e1fb 100644 --- a/WIndows.Forms/Extensions/TextBoxExtension.cs +++ b/WIndows.Forms/Extensions/TextBoxExtension.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices.ComTypes; using System.Windows.Forms; using Vanara.InteropServices; using Vanara.PInvoke; -using static Vanara.PInvoke.ComCtl32; +using static Vanara.PInvoke.Shell32; using static Vanara.PInvoke.User32; namespace Vanara.Extensions