How to

disable mouse in Winforms

Published: 14. October 2011 | Updated: 14. October 2011
License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Winforms
Was this snippet helpful for you? YESYES / NONO

Import namespace

using System.Windows.Forms;

Code

Cursor.Hide();
Send us feedback about this snippet »



Related Snippets: