J
John Smith
If i derive from UserControl my Control apears in the toolbox. But I
want to extend existing Controls like Button , treecontrol . I found
some hints which attributes to set but i didnt succeed till now ..
[
ToolboxItem(true) , DesignTimeVisible(true)
]
[
Designer(typeof(System.ComponentModel.Design.ComponentDesigner))
]
[
TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))
]
[
ToolboxItemFilter("System.Windows.Formsl")
]
[
DesignerCategory ("UserControl")
]
public class ArrowButton : Button
{
.........
thx in advance
dulo
want to extend existing Controls like Button , treecontrol . I found
some hints which attributes to set but i didnt succeed till now ..
[
ToolboxItem(true) , DesignTimeVisible(true)
]
[
Designer(typeof(System.ComponentModel.Design.ComponentDesigner))
]
[
TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))
]
[
ToolboxItemFilter("System.Windows.Formsl")
]
[
DesignerCategory ("UserControl")
]
public class ArrowButton : Button
{
.........
thx in advance
dulo