I was wondering if there is a command in C# which I can use like with command in Delphi?
with command
// like this : with(textbox1) { .text=\"some text as
No, that does not exist in C#.