Group: StrataFrame Users
Posts: 153,
Visits: 1.2K
|
I Created a BaseForm Class (inherited from Strataframe form) and create a sublass of it (countriesForm)
How I can create a method on BaseForm that known members of the inherited form?
Suppose I create a method named "ChangeTextBoxBackColor" and I want to call it under some circunstanse on my countriesform to change all the textbox dropped on it.
When I debug the method "ChangeTextBoxBackColor" on the base, I not see the textboxes from the countriesForm.
thanks!
|