MY ACCOUNT  |  LOGIN

Sales: 1-888-936-8638

ORDER ONLINE >

 

  


  Windows Forms
      Products
       UI Products
   Essential Grid
   Essential Tools
   Essential Chart
   Essential Diagram
   Essential Edit
   Essential HTMLUI
   Essential Schedule
       Back Office Products
   Essential PDF
   Essential XlsIO
   Essential DocIO
   Essential Calculate
   Essential Grouping
       Add-ons
   CAB Add-on
   QTP Add-on
    Version History
    Free Trial
    Order Online
    What's New
    Development Build
    Roadmap
    System Requirements




Editors Package

The Editors package is a comprehensive collection of controls most commonly used in creating data entry forms. All the editor controls have been architected to provide simple and powerful means for capturing data input, validating and displaying it with the appropriate formatting. They also come with full data binding, internationalization, and localization support.

Web Forms / ASP.NET versions of some of the data editors are also included in this package.

Custom Colors AutoAppend
AutoComplete ComboBoxAutoComplete
ComboBoxBase ComboDropDown
ComboBoxAdv MultiColumnComboBox
PopupControlContainer DateTimePickerAdv
MonthCalendarAdv CalculatorControl
ButtonAdv ButtonEdit
CurrencyEdit CurrencyTextBox
DoubleTextBox IntegerTextBox
PercentTextBox MaskedEditBox
DomainUpDownExt NumericUpDownExt
ColorPickerButton ColorUIControl
Office 2007 Style Color Picker Cells CheckBoxAdv
RadioButtonAdv GradientLabel
EditableList FolderBrowser
FontComboBox FontListBox
TextBoxExt BannerTextProvider

Custom Colors

Essential Tools now comes with the ability to customize the color theme of Office 2007 styled controls. For example, you could use a "green theme" instead of the built-in "blue theme". With a single line of code, you can apply this theme on all the Essential Tools controls in your form.

Custom Colors

Custom Colors

The various controls in Essential Tools that support this feature are:

  • ButtonAdv
  • ButtonEdit
  • Calculator
  • CheckBoxAdv
  • ColorPickerUIAdv
  • ComboboxAdv
  • ComboboxBase
  • ComboboxAutocomplete
  • ComboDropDown
  • DateTimePickerAdv
  • DomainUpDownEx
  • FontCombobox
  • Groupbar
  • Menus
  • MonthCalendarAdv
  • MultiColumnCombobox
  • NumericUpDownEx
  • RadioButtonAdv
  • RibbonControlAdv
  • ScrollersFrame
  • StatusStripEx
  • TabBarSplitterControl
  • XPTaskPane
  • XPTaskBar
  • AutoAppend

    The AutoAppend class provides auto persisting of previously entered items in a windows forms ComboBox based on a category keyword and also populates the ComboBox control's items collection with the persisted list.

    AutoAppend

    AutoAppend with ComboBox at run-time

    AutoComplete

    Implement Microsoft Internet Explorer style auto completion with ease using the Auto Complete control. The Essential Tools Auto Complete control can be used to add Auto Complete support to Text Box, ComboBox and user controls that embed an edit control.

    Auto Complete

    Auto Complete Control providing auto completion for a Text Box

    AutoCompleteModes AutoComplete control provides various modes for the auto completion.

    Auto Complete

    Auto Completion Modes

    AutoCompletion modes supported are

    • Autosuggest Possible matches for the current content of this active edit control will be presented in the form of a popup window with a selectable list of matches.
    • AutoAppend The most appropriate match for the current content of the edit control will be automatically appended to the edit control and the user can choose to type further or accept the apended word.
    • Both
      Activates both AutoAppend and Autosuggest modes of auto completion for the target control
    • MultiSuggest
      MultiSuggest is used for displaying matching items from multiple columns.
    • MultiSuggestExtended
      MultiSuggest extended is used for displaying matching items from multiple columns and also highlights all possible matches from Multiple columns.
    • Disabled AutoComplete will be disabled.

    Supports serialization of history items to the Windows Registry, Isolated Storage or the File System. Multiple target controls can use the same Auto Complete control and data source.

    Auto Complete

    Auto Complete

    Multiple controls can use same Auto Complete control

    Sub item matches are supported with optional column headers.

    Auto Complete

    Auto Completion with column headers

    Auto Complete

    AutoComplete with sizing Gripper label enabled

    Auto Complete

    AutoComplete with Close button enabled

    Auto Complete

    AutoComplete enabled on a MaskEditBox with mask ".."

    Easy to use designer support enables users to drag and drop an Auto Complete control to a form and set an extender property on the target control.

    Users can specify the number of columns in the DropDown and design the column header titles.

    ComboBoxAutoComplete

    The ComboBoxAutoComplete control combines a ComboBox control with an AutoComplete control to provide Auto completion for that instance of the ComboBox.

    ComboBoxAutoComplete

    ComboBoxAutoComplete control

    ComboBoxAutoComplete

    ComboBoxAutoComplete with multiple columns displayed

    ComboBoxBase

    The ComboBoxBase is an advanced ComboBox control that provides many improvements over the standard ComboBox control. It essentially separates the edit portion from the DropDown portion thereby making this architecture powerful and flexible. Users may plug in any ListControl derived class as the list for the list portion of the ComboBox using the ListControl property.

    ComboBoxBase

    ComboBoxBase drawn flat

    The ComboBoxBase control provides a FlatStyle mode that lets users draw the control flat or use XP Themes.

    ComboBoxBase

    ComboBoxBase with AutoComplete

    The ComboBoxBase can also use AutoComplete text as a user types in the text area.

    ComboBoxBase

    ComboBoxBase with Essential Grid

    Essential Grid users can drop the GridListControl in the DropDown area to get a multi-column DropDown effect. (The ComboBoxBase control is provided for free with Essential Grid.)

    Written using native .NET Controls, this Control lets users customize everything in the ComboBox from the textbox to the dropdown window.

    ComboDropDown

    A ComboDropDown lets users easily associate any Control derived class in the DropDown region. This creates rich combo controls, such as a tree DropDown mechanism.

    ComboDropDown

    ComboDropDown showing a TreeView when dropped down

    ComboBoxDropDown also supports various Visual styles including the new Office2007 style with all three color schemes.

    ComboDropDown

    ComboDropDown with various Visual Styles

    ComboBoxAdv

    The ComboBoxAdv is an advanced combo box control that provides many improvements over the standard ComboBox control.

    ComboBoxAdv

    ComboBoxAdv with image set for each item

    The ComboBoxAdv can also use AutoComplete text as users type in the text area.

    ComboBoxAdv

    ComboBoxAdv with AutoComplete

    ComboBoxAdv control allows to set various visual styles including the new Office2007 style with all three color schemes to enrich your application with the standard look and feel.

    Editors Package-Default Visual Style

    ComboBoxAdv Visual Style

    Editors Package-XP Themed Visual Style

    XP Themed Visual Style

    MultiColumnComboBox

    MultiColumnComboBox control

    Based on our ComboBoxBase control, the MultiColumnComboBox is an advanced combo box control that has the capability to show multiple columns in the drop-down list. Also, since the drop-down list is bound virtually to the datasource, data binding to a very large datasource is instantaneous. MultiColumnComboBox can only be populated through data binding and you cannot manually add items to the combo box.

    MultiColumn

    PopupControlContainer

    Popup Control Container supports the creation of custom popups containing any .NET control, including any of the Essential Suite controls. It lets users customize behavior by recognizing the BeforePopup, Popup and CloseUp events.

    Resizable color selection DropDown control allows users to create a sophisticated interface, specifying custom colors.

    Notification Package-PopupControlContainer

    Color selection popup

    Transfer the text into the popup control before display and retrieve the new text after it is closed.

    Notification Package-PopupControl_02

    DropDown text editor

    Full design time support lets users layout a popup just like a panel.

    Notification Package-Popupcontrol_03

    Design-time layout

    The PopupControlContainer can be configured with ease during design time. The popup can be shown anywhere on the screen like a context menu.

    Notification Package-PopupControl_05

    Popup anywhere on the screen

    Associate the popup with a parent control so that it aligns with the parent's borders, for ComboBox like behavior.

    Notification Package-PopupControl_06

    Popup aligned with the border of a parent

    DateTimePickerAdv

    The DateTimePickerAdv control provides a convenient interface for selecting a date and has several important features:

    XP Themes and Visual styles The DateTimePickerAdv control supports XP themes when applicable.Also a wide variety of visual styles can be applied to the DateTimePickerAdv, including the new Microsoft Office 2007 Style, to enhance the appearance of the control.

    DateTimePickerAdv in Office 2007 Visual Style

    DateTimePickerAdv Visual Styles

    Internationalization The DateTimePickerAdv control is fully culture aware. The DropDown calendar also displays the appropriate culture.

    DateTimePickerAdv

    DateTimePickerAdv Internationalization

    Databinding Supports DataBinding with a data source. Supports null value.

    DateTimePickerAdv

    DateTimePickerAdv DataBinding

    Custom DropDown The DateTimePickerAdv can display a custom DropDown calendar. Any calendar that implements the IDateTimePickerExtCalendar interface can be dropped down as a custom calendar.

    DateTimePickerAdv

    DateTimePickerAdv custom drop down calendar

    MonthCalendarAdv

    The MonthCalendarAdv control is an advanced calendar control that can display a full month of the year with the appropriate culture information for the months and days of the week.

    MonthCalendarAdv

    MonthCalendarAdv control

    A wide variety of visual styles can be applied to the MonthCalendarAdv, to enhance the appearance of the control. This also includes the new Microsoft Office 2007 Style for all the child controls of the MonthCalendarAdv, such as the UpDown Spin Button, DropDown button of DateTimePickerAdv, ScrollButton, TodayButton and None button.

    MonthCalenderAdv in Office2007 Visual Style

    MonthCalendarAdv in Office2007 Visual Style

    MonthCalendarAdv

    MonthCalendarAdv with TodayButton and NoneButton disabled

    MonthCalendarAdv

    MonthCalendarAdv with border styles

    MonthCalendarAdv

    MonthCalendarAdv with image set as the background

    MonthCalendarAdv

    MonthCalendarAdv with tooltip displayed for a date cell

    MonthCalendarAdv

    MonthCalendarAdv with icons set for date cells

    MonthCalendarAdv

    MonthCalendarAdv with week numbers displayed

    MonthCalendarAdv

    MonthCalendarAdv with culture support

    Multiple dates can be selected while using the MonthCalendarAdv on Mouse drag, if required and also the selected dates can be retrieved.

    Editors Package-MultipleDateSelectioninMonthCalenderAdv

    Multiple Date Selected in MonthCalendarAdv

    CalculatorControl

    The Calculator control implements common arithmetic operations. It provides a complete keyboard interface for entering input. The look and feel of the Calculator buttons support the Windows Forms styles architecture.


    Calculator control

    Calculator control

    The Calculator control can be set to Windows Standard layout or Quicken like financial layout.


    Calculator control

    Calculator control in Quicken like financial layout

    Customizable model provides easy mechanism to format output and display.


    Calculator control

    Calculator control in popup mode

    Users may drag and drop the control onto a form and set its properties using the designer.

    Further, a wide variety of visual styles can be applied to the CalculatorControl, including the new Microsoft Office 2007 Style, in different color schemes, to enhance the appearance of the control.


    ButtonAdv in different Office 2007 Color Schemes


    ButtonAdv in different Office 2007 Color Schemes


    ButtonAdv in different Office 2007 Color Schemes

    ButtonAdv in different Office 2007 Color Schemes

    ButtonAdv

    ButtonAdv is an advanced button control capable of displaying images with different alignments and various border styles.

    ButtonAdv

    Different Image alignments in ButtonAdv

    ButtonAdv

    Border Styles for ButtonAdv

    A wide variety of visual styles can be applied to the ButtonAdv, including the new Microsoft Office 2007 Style, in different color schemes, to enhance the appearance of the control.


    ButtonAdv in different Visual Styles

    ButtonAdv in different Visual Styles

    ButtonEdit

    The Button Edit control is a composite control that combines buttons with a Text Box. The Button Edit control can be used for a variety of purposes that require a Text Box placed alongside one or more buttons. Child buttons are derived from standard Windows Forms Button controls and support all their properties and events.

    Button Edit

    Button Edit control

    Flat styles can be applied to the buttons in the ButtonEdit Control.

     Button Edit

    Button Edit controls with different Flat Styles

    Images can be drawn over the buttons in ButtonEdit.

     Button Edit

    Buttons with Images in ButtonEdit

    The internal Textbox for ButtonEdit can be modified to any custom TextBox, such as CurrencyTextBox, Integer TextBox, PercentTextBox,etc.

     Button Edit

    Custom TextBox inside Button Edit

    The child controls available for ButtonEdit support data binding.

     Button Edit

    Button Edit control bound to a XML file

    The Lookup Button Edit allows users to select an option from a DropDown list.

     Button Edit

    Lookup Button Edit

    The buttons and their characteristics can all be specified through the designer.

    CurrencyEdit

    CurrencyEdit supports display and collection of currency values. The control handles user keyboard input and currency formatting with no code required. It is fully compatible with the Windows Forms Text Box and uses the globalization features of the .NET platform to provide locale specific formatting.

    The Currency Edit class can display a DropDown Financial Calculator.

    CurrencyEdit

    Currency Edit with a DropDown calculator

    CurrencyTextBox

    CurrencyTextBox supports display and collection of currency values. The control handles user keyboard input and currency formatting with no code required. It is fully compatible with the Windows Forms Text Box and uses the globalization features of the .NET platform to provide locale specific formatting.

    Currency

    Currency control

    Formatting can be completely customized by providing localized information.

    Currency

    Custom Separator

    The control supports different colors for displaying negative and positive values.

    Currency

    Negative in different pattern

    Currency

    Positive with different color and decimal

    The digits displayed after the decimal point can be modified and set to the user requirement. The extra zeros can be truncated or removed while displaying the currency value.

    Editors Package-Truncating Zeros in Currency text box

    Truncating Zeros in CurrencyTextBox

    The control raises a ValidationError event when unacceptable input is encountered.

    DoubleTextBox

    DoubleTextBox supports display and collection of double values. The control handles user keyboard input and double formatting with no code required. It is fully compatible with the Windows Forms Text Box and uses the globalization features of the .NET platform to provide locale specific formatting.

    DoubleTextBox

    DoubleTextBox control

    The control supports values with a precision of 15 characters. The maximum and minimum values supported are by default the maximum and minimum values for the double data type.

    DoubleTextBox

    DoubleTextBox with precision of 15 characters

    The DoubleTextBox control supports displaying negative values in a different color and also using different negative formats.

    DoubleTextBox

    DoubleTextBox with negative value

    IntegerTextBox

    IntegerTextBox supports display and collection of Int64 values. The control handles user keyboard input and double formatting with no code required. It is fully compatible with the Windows Forms Text Box and uses the globalization features of the .NET platform to provide locale specific formatting.

    IntegerTextBox

    IntegerTextBox control

    The maximum and minimum values supported are by default the maximum and minimum values for the Int64 data type.

    IntegerTextBox

    IntegerTextBox with large Int64 value

    The IntegerTextBox control supports displaying negative values in a different color and also using different negative formats.

    IntegerTextBox

    IntegerTextBox with negative value

    PercentTextBox

    PercentTextBox supports display and collection of percentage values. The control handles user keyboard input and percent formatting with no code required. It is fully compatible with the Windows Forms Text Box and uses the globalization features of the .NET platform to provide locale specific formatting.

    PercentTextBox

    PercentTextBox control

    The control supports two different modes of editing percentage values. In PercentMode, the values are edited as percentage values itself. In DoubleMode, the values are edited as double values and then displayed using percentage formatting. For example, 3.45 will be shown during editing and 345% will be displayed if the control loses focus.

    PercentTextBox

    PercentTextBox in DoubleMode

    The PercentTextBox control supports displaying negative percentage values in a different color and also using different negative formats.

    PercentTextBox

    PercentTextBox with negative value

    MaskedEditBox

    The Masked Edit Control is an easy to use Text Box based control for collecting Masked data input. The control can be used for collecting user input in various standard formats. It is fully compatible with the Windows Forms Text Box control. A control set with no Mask acts similar to the Windows Forms Text Box. The Mask Edit Control behaves the same as the Microsoft Masked Edit ActiveX Control.

    Masked

    Masked Edit control

    The control supports all commonly used Mask symbols.

    Masked

    Supported mask symbols

    The control supports all clipboard functions such as Cut, Copy and Paste.

    Masked

    Cut, Copy and Paste into Masked Edit Box

    The masked characters in the MaskEditBox, can be displayed sequentially, if needed.

    Masked

    Sequential Display of Masked Characters

    The control raises a ValidationError event when unacceptable input is encountered.

    DomainUpDownExt

    DomainUpDownExt is an advanced version of the standard windows DomainUpDown control providing support for enhanced features such as themed drawing, Spin Orientation and Office2007 Style with all three color schemes.

    Themed Drawing

    DomainUpDownExt

    DomainUpDownExt

    Spin Orientation

    The Updown button can be in either vertical or horizontal orientation.

    DomainUpDownExt
    Office2007 Style

    The DomainUpDownExt supports Office2007Style.

    DomainUpDownExt

    NumericUpDownExt

    The NumericUpDownExt control included in this package enables XP Themed look-and-feel for the NumericUpDown control. It derives from NumericUpDown and adds the ThemesEnabled property (to enable an XP Themed look when available) and the ThemedBorders property (to selectively draw an XP Themed border).

    NumericUpDownExt

    NumericUpDownExt also comes with the New Office2007 style with all three color schemes.

    NumericUpDownExt

    ColorPickerButton

    The ColorPickerButton drops down a ColorUIControl and provides a standard user interface for selecting colors.

    ColorPickerButton

    ColorPickerButton

    ColorPickerButton

    ColorPickerButton with images

    ColorPickerButton

    ColorPickerButton with selected color as Backcolor

    ColorPickerButton

    ColorPickerButton with selected color as Text

    ColorPickerButton

    ColorUI size gets adjusted with ColorPickerButton by resizing the cells

    ColorUIControl

    The ColorUIControl provides a standard user interface for selecting colors.

    ColorUIControl

    ColorUI Control

    ColorUIControl

    ColorUI with SystemColors

    ColorUIControl

    ColorUI with StandardColors

    ColorUIControl

    ColorUI with CustomColors

    ColorUIControl

    ColorUI with different shades of UserColors

    ColorUIControl

    Color cells with smaller size

    Office 2007 Style Color Picker Cells

    Microsoft Office 2007 style color picker cells can be viewed using the ColorPickerUIAdv control.

    Office 2007 Style Color Picker Cells

    Office 2007 Style Color Picker Cells

    CheckBoxAdv

    The CheckBoxAdv class is an advanced CheckBox control. It is capable of displaying several backgrounds such as gradients and images.

    CheckBoxAdv

    CheckBoxAdv with gradient background styles

    CheckBoxAdv

    CheckBoxAdv with visual styles

    CheckBoxAdv

    CheckBoxAdv with ImageCheckBox

    CheckBoxAdv with ImageCheckBox property and showing 3 states

    CheckBoxAdv with images (ImageCheckBox property) for Checked, Indeterminate and Unchecked states

    CheckBoxAdv

    CheckBoxAdv with Themes enabled

    CheckBoxAdv

    CheckBoxAdv with different border styles

    CheckBoxAdv

    CheckBoxAdv with different shadow offsets

    RadioButtonAdv

    RadioButtonAdv is an advanced radioButton control that helps us to give great look and feel with themes support, gradient colors, images, shadow text and visual styles.

    RadioButtonAdv

    RadioButtonAdv with gradient background styles

    RadioButtonAdv

    RadioButtonAdv with various visual styles

    GradientLabel

    Gradient Label is an easy to use label control that supports extensive background customization. It helps users create attractive labels in an application, and supports numerous borders and patterns. The background can be customized from within the Windows Forms designer.

    GradientLabel

    GradientLabel

    GradientLabel

    Gradient Label with custom pattern background

    EditableList

    The EditableList control is a control that displays a list control that allows in place editing when the user double clicks on the list control.

    Editable List

    EditableList control bound to a Datasource

    FolderBrowser

    The FolderBrowser class implements a convenient and easy to use wrapper for the folder browser Win32 Shell API.

    The file system directory that contains files and folders that appear on the desktop for all users.

    A typical path is C:Documents and SettingsAll UsersDesktop.

    FolderBrowser

    Folder browser with desktop as the start location and BrowseForEverything style

    The folder browser will not include network folders below the domain level in the dialog box's tree view control, or allow navigation to network locations outside of the domain.

    FolderBrowser

    Folder browser with desktop as the start location and RestrictToDomain style

    The folder browser will only return local file system directories. If the user selects folders that are not part of the local file system, the OK button is grayed.

    FolderBrowser

    Folder browser with desktop as the start location and RestrictToFileSystem style

    Uses MakeNewFolder button.

    FolderBrowser

    Creating a new folder under the C directory

    The file system directory that contains the templates that are available to all users. A typical path is C:Documents and SettingsAll UsersTemplates.

    FolderBrowser

    Showing the templates

    The folder browser includes a TextBox control in the browse dialog box that allows the user to type the name of an item.

    FolderBrowser

    The TextBox is capable of AutoCompleting the text entered.

    FolderBrowser

    New style dialog with TextBox

    The file system directory that serves as a common repository for favorite items common to all users.

    FolderBrowser

    Showing All the folders under Favorites

    You can navigate to the particular link in a browser by clicking on the contextmenu under right click and selecting open as shown below.

    FolderBrowser

    Showing Folders favourites with AllowUrls style

    FolderBrowser

    FolderBrowser with SelectLocation specified

    This is specified at the top of the tree control in Folder Browser dialog.

    FolderBrowser

    Custom description

    FontComboBox

    The FontComboBox is a ComboBox that lists the fonts installed on the system as a list of items.

    The FontComboBox control can be displayed in Simple and DropDownList modes.

    FontComboBox

    FontComboBox control in DropDownList mode

    FontListBox

    A ListBox which can display and allow selection of fonts.

    FontListBox

    FontListBox with all the fonts displayed

    TextBoxExt

    TextBoxExt is a TextBox derived control that can display different border colors and styles.

    TextBoxExt

    TextBoxExt control with colored borders

    An overflow indicator can be set to the TextBoxExt control which gets added to the textbox when the text size increases beyond the size of the control.

    Editors Package-OverflowIndicatorInTextBoxExt

    Overflow Indicator

    Also tooltip can be set for the overflow indicator.

    Editors Package-OverflowIndicatorInTextBoxExt

    Tooltip for Overflow Indicator

    BannerTextProvider

    This feature lets you display a watermark text (also known as cue text or banner text) for various input controls that are TextBox or ComboBox based. It comes with two display modes, the Edit Mode where the banner text disappears only after the associated control is not empty and the Focus Mode where the banner text disappears immediately after the associated control receives the focus.

    BannerTextProvider

    BannerText Settings for various input controls

    © 2001-2008 Copyright Syncfusion Inc. All rights reserved.  |  Privacy Policy  |  Contact  |  Sitemap  |