Control Author:
Posted:
05-10-2007
Views:
2,555
Downloads:
908
|
|
File Details
A single style can be reused by multiple controls, and can also be derived from to specialize for other controls. This technique is one way to provide a consistent appearance across your application.
This sample demonstrates a single style that a Button and ListBox use, and that is derived from and extended for a Menu.
|