In WinForm, the ToolTip control in the control. Without knowing what type of control it is How do I get the ToolTip control from in the control and call its RemoveAll function.
I want to call "ToolTip.RemoveAll()" in every control,but without changing every control
I had thought of using the FieldInfo retrieved by reflection to get tootip, but FieldInfo couldn't call RemoveAll
