layout - .net special button design control -


I have the following programming task (Visual Studio .NET - not a web application) where I wonder if a type of Are Custom Controls (Third Party?), Which can be useful:

There is a rectangular layout and it is possible to create and move rectangular buttons around it. The user should be able to set buttons at the user level and adjust the properties like colors, images, text, etc. Setting custom properties for buttons is also possible. Ideally it is possible to align the button on a grid, mutt-selection, etc.

Does anybody know that I have to make it with scratch or something like that would be easier for me to live ..

Thanks

A simple example of moving a standard button based on the mouse position.

You can make controls that are achieved by existing control to make life easier, check it out

As the running controls and form around this kind of In the form, you can override the mouse event and create trap events and can actually change the location value (X, Y) depending on the mouse movement. You can also interact with any other properties as well as based on mouse movement or color change and text value .... For example, if I want to change the button color on the mouse. I can override the mouse on the method of my custom control which comes from the button.

You can also override the image and automatically handle all the drawings.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -