.Locked property

  • Thread starter Thread starter Finn
  • Start date Start date
F

Finn

What has happened to a control's .Locked property ? Has
Microsoft removed it ?

The textbox control has a .ReadOnly property, but other
controls (such as the combo) do not have this property.

How can we prevent a user changing the contents of a
control but still allow them to select and copy the
contents ?
 
Since it is Read-Only, you could hide the combo box and display a textbox in
its place.
 
Back
Top