←Select platform

ShowAtRunMode Property

Summary

Gets a value that indicate whether to render this object if the container is in run mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual bool ShowAtRunMode { get; } 
Public Overridable ReadOnly Property ShowAtRunMode As Boolean 
public virtual bool ShowAtRunMode {get;} 
@property (nonatomic, assign, readonly) BOOL showAtRunMode 
public boolean getShowAtRunMode() 
             
 get_ShowAtRunMode();  
public:  
   virtual property bool ShowAtRunMode 
   { 
      bool get() 
   } 

Property Value

true to render this object if the container is in run mode, otherwise; false.

Remarks

The value of this property will be true if the container is in run mode and hotspot object will be not be rendered (invisible). Derived classes can override this property if chose to render the object even at run mode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly