[]
Gets or sets a value that indicates whether a read-only editor control displays a cursor. This is a dependency property.
public bool IsReadOnlyCaretVisible { get; set; }
Public Property IsReadOnlyCaretVisible As Boolean
Type | Description |
---|---|
bool | true if a read-only editor control displays a caret; otherwise, false. The default is false. |
When GrapeCity.Windows.InputMan.Primitives.EditBase.IsReadOnly is true, a user can still select and copy text. If the GrapeCity.Windows.InputMan.Primitives.EditBase.IsReadOnlyCaretVisible property is also set to true, a caret will appear in the editor control when the editor control has keyboard focus. When GrapeCity.Windows.InputMan.Primitives.EditBase.IsReadOnly is false, the GrapeCity.Windows.InputMan.Primitives.EditBase.IsReadOnlyCaretVisible property has no effect.