←Select platform

CanSelectDisabledItems Property

Summary

Indicates whether disabled items can be selected.

Syntax

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

Property Value

true if disabled items can be selected, otherwise; false. Default value is false.

Remarks

When the value of this property is true, then clicking on or using the keyboard to select items that have the ImageViewerItem.IsEnabled value set to false will be ignored and the value of ImageViewerItem.IsSelected will not change.

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