Windows Presentation Foundation (WPF) Question:
Define CustomControl briefly?
Answer:
CustomControl widens the functions of existing controls. It consists of a default style in Themes/Generic.xaml and a code file. It is the best way to make a control library and can also be styled or templated.
Previous Question | Next Question |
Can we use Windows Forms in a WPF application? | List the common assemblies used in WPF? |