LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

DrawLockedInRunMode Property






Gets or sets a value indicating whether to draw locked objects with the lock symbol when the container is in the run mode.
Syntax
public virtual bool DrawLockedInRunMode {get; set;}
'Declaration
 
Public Overridable Property DrawLockedInRunMode As Boolean
'Usage
 
Dim instance As AnnContainer
Dim value As Boolean
 
instance.DrawLockedInRunMode = value
 
value = instance.DrawLockedInRunMode
public virtual bool DrawLockedInRunMode {get; set;}
 get_DrawLockedInRunMode();
set_DrawLockedInRunMode(value);
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
The LockPicture is always drawn when the container is in design mode. For more information, refer to Implementing Annotation Security.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.