When I drag an object ToolTipin my form into C #, each form control gets a new property ToolTipthat did not exist before. I am trying to create something like this ToolTipso that when dragging it into my form all controls automatically get a new property.
ToolTip
I would also appreciate if someone could give me a definition for this, so that I could edit my question to convey my intention and meaning better.
, , ". , . , VS, VS, " " , , Extender, .
LayoutPanels, TableLayoutPanel FlowLayoutPanel, , " -".
ToolTip . , .
ToolTip, , :
[ProvideProperty("ToolTip", typeof(IComponent))] class ToolTip : IExtenderProvider {...}