Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DrawLockedInRunMode Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnContainer Class : 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. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public 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 bool DrawLockedInRunMode {get; set;}
C++/CLI 
public:
property bool DrawLockedInRunMode {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object DrawLockedInRunMode=bool .../>

Dependencies Property Information 

Identifier field

DrawLockedInRunModeProperty

Metadata properties set to true

AffectsRender

XAML Attributes Usage 

<object DrawLockedInRunMode=bool .../>

Dependencies Property Information 

Identifier field

DrawLockedInRunModeProperty

Metadata properties set to true

AffectsRender

Return 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 WPF Annotation Security.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

DrawLockedInRunMode requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.