Binding multiple tag properties

When you drag and drop a tag onto a numeric text field it not only binds the tag’s value but also several other properties such as max, min, tooltip text and format string. Is it possible to create my own components (preferably templates) that can utilise multiple tag properties from a single drag and drop operation?

Unfortunately, a template can only have one of its parameters defined as a Drop Target. The closest functionality to this will be achieved by defining the path of the tag as a string in one parameter of the template, and then using indirection in the bindings within the template to point to the other tag attributes. Note that this still will not allow the template to be instantiated by dragging a tag to the window, unless that tag is a UDT instance.