II have code that executes in a function depending on the type of sender. Sometimes I call the function from another function, so I need to be able to discern between a sender that is a textbox and not. How do I do that?
↧
II have code that executes in a function depending on the type of sender. Sometimes I call the function from another function, so I need to be able to discern between a sender that is a textbox and not. How do I do that?