Cursors::IBeam Property

 

Gets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Cursor^ IBeam {
	static Cursor^ get();
}

Property Value

Type: System.Windows.Forms::Cursor^

The Cursor that represents the I-beam cursor.

.NET Framework
Available since 1.1
Return to top
Show: