.NET Framework Class Library

FormRadioButton.isRadioInUnison Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > FormRadioButton Class > FormRadioButton Properties >

.NET Framework Class Library

FormRadioButton.isRadioInUnison Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property isRadioInUnison As Boolean
 Get
 Set

C#

[DataMemberAttribute]
public bool isRadioInUnison { getset; }

Visual C++

public:
[DataMemberAttribute]
property bool isRadioInUnison {
 bool get ();
 void set (bool value);
}

See Also

FormRadioButton Class

FormRadioButton Members

Gnostice.Controls.ASP Namespace