CodeDomDesignerData::CaretPosition Property

 

Gets or sets the recommended caret placement position for the member to which this object is attached.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property Point CaretPosition {
	virtual Point get();
	virtual void set(Point value);
}

Property Value

Type: System.Drawing::Point

The recommended caret position.

This method will return Empty if the recommended caret position is unknown.

Return to top
Show: