Discuss this help topic in SecureBlackbox Forum
Specifies if widget's contents should be locked.
Declaration
[C#/Java]
bool LockedContents;
[VB.NET]
Property LockedContents As Boolean
[Pascal]
property LockedContents: boolean;
[C++]
bool get_LockedContents();
void set_LockedContents(bool Value);
[PHP]
bool get_LockedContents()
void set_LockedContents(bool $Value)
Description
Set this property to True if widget's contents should be locked.
The default value is False.
Discuss this help topic in SecureBlackbox Forum