Gets and sets the value controlling whether to lock the user interface from being customized by a user.
Read-write property
Visual Basic |
---|
Public Property RestrictUserInterface As Boolean |
A boolean value which is True to lock the user interface from being customized by a user. Otherwise, False is used.
The default value is False.
Set this property in the Object/Embed tag or during the OnInitialize event. Setting this property has no effect if set in a list file.
For more information refer to the Initial Property Scope topic.