| **Navigation:**  [[clarion.htm|Clarion.Net (Clarion#)]] > [[windowdesignerdotnet.htm|WinForms]] >====== Clarion.NET Custom Controls ====== | [[winforms controls by function .htm|{{btn_prev_n.gif|Previous page}}]][[windowdesignerdotnet.htm|{{btn_home_n.gif|Return to chapter overview}}]][[clarion net faqs.htm|{{btn_next_n.gif|Next page}}]] | | || This section presents a detailed description of the custom controls found in the WinForms Designer's Custom Components //Toolbox// section: {{customcomponents.jpg|CustomComponents.jpg}} {{notebox.jpg|NoteBox.jpg}} Some of the controls shown above have been moved to the Designer's Clarion.NET Controls //Toolbox// section **ClaDataTable** This component is the Clarion implementation of the .Net DataTable component. It represents one table of in-memory data. **ClaFileDataAdapter** The **ClaFileDataAdapter** is the Clarion implementation of the .Net DataAdapter class that supports the filling of a DataSet with data from a FILE/VIEW structure. More details regarding the implementation of this component can be found [[clafiledataadapter.htm|here]]. **Entry** An implementation of the Clarion Entry control (see [[entry declare a data entry control .htm|ENTRY]] control) Constrains the format of user input and includes support for all Clarion Picture Tokens. Supports .NET Data Binding. **GlassButton** Displays a graphical button that supports color gradients and special effects when selecting. **List Control** An implementation of the Clarion List control (see [[list declare a window list control .htm|LIST]] control) **Includes support for all Clarion Picture Token. Supports virtual mode and .NET Data Binding.** **ClaPrintDocument Class** Inherits from the .NET //System.Drawing.Printing PrintDocument// class Defines a reusable object that sends output to a printer, when printing from a Windows Forms application.