CodeDomDesignerData.CaretPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the recommended caret placement position for the member to which this object is attached.
public:
virtual property System::Drawing::Point CaretPosition { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public virtual System.Drawing.Point CaretPosition { get; set; }
member this.CaretPosition : System.Drawing.Point with get, set
Public Overridable Property CaretPosition As Point
Property Value
The recommended caret position.