'Declaration Public Property TextCaretColor As System.Drawing.Color
public System.Drawing.Color TextCaretColor { get; set; }
public: __property System.Drawing.Color* get_TextCaretColor(); public: __property void set_TextCaretColor(
System.Drawing.Color* value
);
public:
property System.Drawing.Color^ TextCaretColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - System.Drawing.Color.White.