Cursors.IBeam Proprietà

Definizione

Ottiene il cursore con fascio I, utilizzato per mostrare dove viene visualizzato il cursore di testo quando si fa clic sul mouse.

public:
 static property System::Windows::Forms::Cursor ^ IBeam { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor IBeam { get; }
static member IBeam : System.Windows.Forms.Cursor
Public Shared ReadOnly Property IBeam As Cursor

Valore della proprietà

Oggetto Cursor che rappresenta il cursore del fascio I.

Si applica a

Vedi anche