Unicode Controls & Classes for VB6 - Version 4

ctlUniTextBoxXP.Locked Property

Returns or sets a value indicating whether the content of the control can be modified

Syntax
Public Property Get Locked () As Boolean
Public Property Let Locked (ByVal New_Locked As Boolean)
Parameters
Parameter Description
ByVal New_Locked As Boolean The new value
Remarks