←Select platform

SelectedIndices Property

Summary

A list of integer representing the selected (filled) OmrBubble in this OmrCollection object.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public List<int> SelectedIndices { get; set; } 
<DataMemberAttribute()>  
Public Property SelectedIndices() As List(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property List<Int32>^ SelectedIndices 
   { 
      List<Int32>^ get() 
      void set(List<Int32>^ value) 
   } 

Property Value

A list of integer values representing the indices of the filled OmrBubble in this collection. Index starts at 0.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly