Skip to content

ReadOnly Property

Description

The ReadOnly property specifies whether the Edit Control is ReadOnly.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ReadOnly() As Boolean

Remarks

Set ReadOnly to TRUE to make the Edit Control ReadOnly. If the Edit Control is ReadOnly, the text in the Edit Control cannot be changed, and text cannot be added. However, the user can highlight the text to copy it.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.