Discuss this help topic in SecureBlackbox Forum
Specifies if widget's contents should be locked.
Declaration
[C#]
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)
[Java]
boolean getLockedContents();
void setLockedContents(boolean 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