←Select platform

ShowAtRunMode Property

Summary
Gets a value that indicate whether to render this object if the container is in run mode.
Syntax
C#
Objective-C
C++/CLI
Java
public override bool ShowAtRunMode { get; } 
@property (nonatomic, assign, readonly) BOOL showAtRunMode 
public boolean getShowAtRunMode(); 
public:  
   virtual property bool ShowAtRunMode 
   { 
      bool get() override 
   } 

Property Value

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

Remarks

This renderer overrides AnnHotspotObjectRenderer.ShowAtRunMode to return true and the media object is rendered even if the container is in run mode.

Requirements

Target Platforms

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.