IsReadOnlyCaretVisible Property
In This Topic
Gets or sets a value that indicates whether a read-only editor control displays a cursor. This is a dependency property.
Syntax
'Declaration
Public Property IsReadOnlyCaretVisible As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
instance.IsReadOnlyCaretVisible = value
value = instance.IsReadOnlyCaretVisible
public bool IsReadOnlyCaretVisible {get; set;}
Property Value
true if a read-only editor control displays a caret; otherwise,
false. The default is
false.
See Also