I have code adding some button dynamically and these button have mousedown event. When i click button, mousedown function called. I want to identify what button i click in this event function. Button.Name property is limited string value.I have code adding some button dynamically and