I still not get clear what you said but I will explain how it works.
In csharp there is dictionary in which object like button are stored.
https://github.com/sb/smallbasic-editor/...Library.cs
View line number 31 to 36 the method add button use namedcounter which on every new button added store ir as button1, button2
And when needed this button are used by there I'd to get the object and modify property using dictionary
In csharp there is dictionary in which object like button are stored.
https://github.com/sb/smallbasic-editor/...Library.cs
View line number 31 to 36 the method add button use namedcounter which on every new button added store ir as button1, button2
And when needed this button are used by there I'd to get the object and modify property using dictionary
ZS