Gets or sets a value indicating whether to draw locked objects with the lock symbol when the container is in the run mode.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property DrawLockedInRunMode As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnContainer
Dim value As Boolean
instance.DrawLockedInRunMode = value
value = instance.DrawLockedInRunMode |
C# | |
---|
public virtual bool DrawLockedInRunMode {get; set;} |
C++/CLI | |
---|
public:
virtual property bool DrawLockedInRunMode {
bool get();
void set ( bool value);
} |
Property Value
true if the container will draw the
LockPicture picture on top of locked objects when the container is in run mode; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also