Navigation:  Clarion.Net (Clarion#) > Clarion.NET FAQs/Troubleshooting >====== Clarion Win32/Clarion.NET Control Comparison and Cross Reference ====== Previous pageReturn to chapter overviewNext page

 

Win32 controls in Clarion Win32 are no longer valid in Clarion.NET

 

Here is a quick reference guide that compares the available Win32 controls and their Clarion.NET (Clarion#) equivalents:

 

Win32 WinForms WebForms Compact Forms
BOX Panel Image PictureBox
BUTTON Button Button Button
CHECK CheckBox CheckBox CheckBox
COMBO ComboBox DropDownList ComboBox
ELLIPSE System.Drawing* Image PictureBox
ENTRY Entry TextBox TextBox
GROUP GroupBox Panel Panel
IMAGE PictureBox Image PictureBox
ITEM Item in MenuStrip N/A MainMenu
LINE System.Drawing* Image PictureBox
LIST List,DataGridView ListBox & Table ListBox
MENU MenuStrip N/A MainMenu
OLE Custom Control | N/A | N/A | | OPTION | Panel with RadioButton | RadioButtonList | N/A | | PANEL | Panel | Panel | Panel | | PROMPT | Label with & in text | Label | Label | | PROGRESS | ProgressBar | N/A | ProgressBar | | RADIO | RadioButton | RadioButton | RadioButton | | REGION | Panel | Panel | Panel | | SHEET | TabControl | N/A | TabControl | | SPIN | DomainUpDown,NumericUpDown | N/A | DomainUpDown,NumericUpDown | | STRING | Label | Label | Label | | TAB | TabControl | N/A | TabControl | | TEXT | TextBox | TextBox | TextBox | | TOOLBAR | ToolStrip | N/A | ToolStrip**