Property Invisible
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
Invisible
An invisible cursor for use on platforms that do not support the Hide() method.
public static Cursor Invisible { get; }
Property Value
Examples
public partial class Form1 : jForm
{
public Form3()
{
InitializeComponent();
Cursor = Cfnet.jControls.Cursors.Invisible;
}
}