TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Song Lee
NA
47
38.4k
How to bring radio button value to a class.
Oct 25 2014 4:58 PM
Hello,
I am currently working on Winforms, and I have 3 radio buttons that will have different values.
this is what I have on MainForm.cs, but I want to move this over to another class:
public double
RadioValue
{
get
{
if
(radioOne.Checked)
return
1.56;
if
(radioTwo.Checked)
return
4.1;
if
(radioThree.Checked)
return
4.2;
return
0;
}
}
Reply
Answers (
2
)
What is the feature extraction of voice n Speech Recognition
By using For Loop Print Numbers In ConsoleApplications1