简体   繁体   中英

Get the GroupBox name from the sender

Is it possible to get the GroupBox name(Text Name) from the button's Click argument - Sender , where the button resides inside the GroupBox .

I don't want to use use GroupBox instance inside the button_click() event.

使用Parent属性。

((Button) sender).Parent.Text

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM