von PureComponents - Produkttyp: Komponente / .NET WinForms / .NET Class
Die aktuelle Information finden Sie auf den nachstehenden Links
Wenn Sie eine Lizenz speziell für diese Version benötigen nehmen Sie bitte, für Verfügbarkeit und Preisgestalltung, mit uns Kontakt auf.
Weitere Information auf dieser Seite wird nur als geschichtliche Referenz angezeigt und könnte sich seitdem wesentlich verändert haben.
Bitte beachten Sie, diese Produktinformation ist nicht in deutscher Sprache verfügbar.
Panel control. PureComponents NicePanel is a container component, which will enrich your applications. NicePanel has header and footer functionality which widens its' usage. Using a gradient fill and color schemes you can quickly and easily create a professional look which can be further enhanced with images from integrated Clip Art or from file.
Durchschnittliche Rezension:
basierend auf 2 Rezensionen.
Anatomy of NicePanel
NicePanel is a container component, in which you can insert other components. It consists of three parts - Container, Header and Footer. Each of these parts has its own style by which its' look is set. Header contains HeaderImage, HeaderText and buttons. Footer contains FooterImage and FooterText. You can set an image to the Container part of NicePanel as well.
Flexible Appearance
Unlike standard Panels, NicePanel has a wide spectrum of style settings which gives NicePanel the ability to be used in many different application types.
You can choose from three panel shapes - squared, rounded or chamfered. NicePanel can have headers and footers in three different sizes and the look can be enhanced with Clip Art pictures or images from file.
Captioning
One of the goals is to make data entry forms easier to develop. NicePanel can add captions to any control within it, you no longer need to create and manipulate a set of labels and align them with your controls. NicePanel is also able to show a descriptive text in the footer section for a control that receives focus.
Captions and descriptions are set using the Tag property of the concrete control, which is an easy task to do using the NicePanel Tag Editor.
Item Binding
With item binding you can manipulate controls in NicePanel by their names which are the same as your data fields in your database. For example SetItemText("Company"). There are SetItemText, SetItemEnabled, SetItemVisible, FocusItem and FlashItem functions for you to use. Function GetItem("Company") will return all controls associated with the Company field.
Item binding makes working with data easy. A single line of code fills a controls' Text with data from the DataRow, the same goes for the reverse process of obtaining the typed data from controls to the DataRow columns. This is easier than standard databinding and you have full control of your data and controls. Also you do not need to use memory consuming datasets.