Assuming .NET 3.5 or later, LINQ is your best buddy:vb.net Code:
If Me.TableLayoutPanel1.Controls.OfType(Of RadioButton)().Any(Function(rb) rb.Checked) Then 'One of the RadioButton controls in TableLayoutPanel1 is checked. End If
|
Results 1 to 6 of 6
Thread: TableLayoutPanel question.Threaded View
|
Click Here to Expand Forum to Full Width |