←Select platform

SelectedIndex Property

Summary

Gets the index of the selected (filled) OmrBubble in this OmrCollection.

Syntax
C#
VB
C++
public int SelectedIndex { get; } 
Public ReadOnly Property SelectedIndex() As Integer 
   Get 
public:  
   property Int32 SelectedIndex 
   { 
      Int32 get() 
   } 

Property Value

Integer value representing the index of the filled OmrBubble in this collection. Index starts at 0.

Remarks

If more than one OmrBubble in the image, OmrCollection.SelectedIndices can be used.

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