G
Guest
I have a user control that I want to retrieve a property that is a string. I want to know how to have the property only allow the two strings I have specified to be selected. Then I want to set the response as another string so that I can refer to it. Thank You
/
// Determines whether or not to use parent forms transparency value, or specified value
/
string p = "Parent Form"
string sv = "Specified Value"
public string WhichValu
get{return ;
set{ ; Invalidate();
}
/
// Determines whether or not to use parent forms transparency value, or specified value
/
string p = "Parent Form"
string sv = "Specified Value"
public string WhichValu
get{return ;
set{ ; Invalidate();
}