←Select platform

IsRenderRedirected Property

Summary

Gets a value that indicate whether the current rendering operation is targeting an external device rather the control itself.

Syntax
C#
VB
C++
public virtual bool IsRenderRedirected { get; } 
Public Overridable ReadOnly Property IsRenderRedirected() As Boolean 
   Get 
public:  
   virtual property bool IsRenderRedirected 
   { 
      bool get() 
   } 

Property Value

true if the current rendering operation is targeting an external device rather the control itself, otherwise; false.

Remarks

For more information, refer to RenderRedirect.

Requirements

Target Platforms

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

Leadtools.Controls Assembly