IRadioGroupItem Interface

A radio button in an Oracle radio group.

C# Syntax

public interface IRadioGroupItem 
Public Properties
 NameDescription
PropertyIsSelected

Indicates whether this radio button is selected.  

C# Syntax  

bool IsSelected {get;}
Top