←Select platform

RenderItemStates Property

Summary

Indicates whether to render the item states.

Syntax

C#
VB
C++
public bool RenderItemStates { get; set; } 
Public Property RenderItemStates() As Boolean 
   Get 
   Set 
public:  
   property bool RenderItemStates 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to render the item states, otherwise; false. Default value is true.

Remarks

This member will control whether IsSelected, IsHovered the current active item will be used during RenderRedirect. For more information, refer to Image Viewer Rendering.

Example

For an example, refer to RenderRedirect.

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.Controls.WinForms Assembly