'Declaration <DesignerSerializationVisibilityAttribute(Visible)> Public Property TextCursor As System.Windows.Forms.Cursor
[DesignerSerializationVisibility(Visible)] public System.Windows.Forms.Cursor TextCursor { get; set; }
[DesignerSerializationVisibility(Visible)] public: __property System.Windows.Forms.Cursor get_TextCursor(); public: __property void set_TextCursor(
System.Windows.Forms.Cursor value
);
[DesignerSerializationVisibility(Visible)] public:
property System.Windows.Forms.Cursor TextCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }