Click here to return to the home page
Change Currency      
 
Search:

PropertiesList ActiveX Control [3.x Single-User Win32]


Reference Number: PRS. 60958
Availability: Usually delivered within 2 working days
Media: Electronic

Call Me

Not what you're looking for? Use our free sourcing request service.

Innovasys PropertiesList control (similar to the control used to manipulate properties in Visual Studio) provides an efficient, intuitive and visually compact way to handle data input with minimal coding and user interface design.


PropertiesList 3.x Single-User Win98/Me/NT/2000/XP provides an efficient, intuitive and visually compact way to handle data input with minimal coding and user interface design for a single user.

Please contact a Grey Matter Sales Representative for the availability of additional licensing options.



What's new in Innovasys PropertiesList 3?

Data Binding:

  • Data Access - you can now bind either the ListItems or PropertyItems collections to a data source
  • Integrated browse toolbar for data bound controls

Extended Property Editors:

  • Integrated Editor - available for PropertyItems of Style plpsPicture, small images can be edited, plus the editor can be created independantly of the control
  • Popup text editor now supports Find and Replace

New and Extended Property Types:

  • Dropdown Font List style displays preview of fonts
  • Checkboxes - display checkboxes or radio buttons to the left of a PropertyItem
  • Dropdown lists can now include pictures and can have different background and foreground colors or font settings
  • PropertyButtons collection, allowing new buttons to be added next to PropertyItems, or existing ones customized
  • "Automatic" color button for the dropdown color button, which can also have its caption customized
  • ListItems can now be hidden if required
  • PropertyItems of style plpsBoolean can now display a checkbox instead of a dropdown list
  • TrueLabel and FalseLabel properties, allowing you to override the True and False labels of boolean PropertyItems on a global scale.

New Customization Features:

  • LanguageStrings object, allowing the English phrases in the control to be translated
  • New DescriptionBox control
  • ColumnHeaders collection, allowing customization of the columns
  • Improved and expanded ownerdraw functionality
  • Many additional styles for use with the BorderStyles property
  • TextAlignment property, allowing the alignment of text in an empty PropertiesList control to be customized
  • Ability to link WinHelp and HTML Help topics to PropertyItems, or provide your own help methods
  • End users can resize the caption and value columns without the column headers being visible by dragging the point where the two columns meet
  • New properties for the PropertyItem object allowing you to further fine tune how a PropertyItem operates and looks

Integrated Helper Controls:

  • Toolbar - an integrated toolbar which can be aligned to any axis of the PropertiesList control and configured using the ToolItems collection
  • "New Row" functionality, allowing new property items to be created by entering data into an alignment edit field

Visual Improvements:

  • Windows XP Theme support for user interface elements such as column headers, scrollbars and toolbar buttons
  • Improved scrolling when dragging PropertyItems

Other New Features:

  • DeleteAction property, allowing you to define the default behaviour when the Delete key is pressed
  • Improved object population, including the ability to populate a PropertiesList control from just a ProgId
  • Global ListItems collection, allowing one or more PropertyItem objects to share the same ListItems collection
  • New sorting facilities, including the Sort method and AutoSort, SortColumn, Sorted and SortOrder properties, including the ability to sort a PropertiesList control by clicking the column header
Flexibility and simplicity coupled with advanced input features
The Innovasys PropertiesList control natively supports the capture of both standard text / numeric values and more complex data items such as Color, Font, File names, Pictures. Custom property types such as RTF or HTML can also be seamlessly supported, saving you valuable coding time and effort and providing an intuitive way for your users to input and manipulate a set of related values.
A wide range of properties are provided to allow you to tailor the look, feel and behaviour of the PropertiesList to suit your particular requirement and User Interface design.
The PropertiesList control is as easy for customers to use as it is for the developer to configure and code with - don't take our word for it, try if for yourself.

Practical and comprehensive object model based design
The PropertiesList control presents a full logical object model (including PropertiesList, PropertyItem, ListItem, ImageItem, Page, ToolItem, ColumnHeader objects and related collections) that allow simple manipulation and configuration of the control at runtime.
List configuration can easily be defined at design time using a comprehensive set of property pages or the provided stand-alone designer. Properties layouts and List layouts can be loaded and saved to disk at run time.

Full ownerdraw capabilities
The capabilities of the PropertiesList can be extended by you through use of the DrawItem event and related Canvas object. The Canvas provides an easy to use programming interface for implementing your own custom items.
Using the LanguageStrings class, you can also override many of the default English language strings with your own localized versions.

Data Access
You can bind a PropertiesList control to any ADO data source in two ways, to either populate the contents of dropdown lists, or as this screen shot shows, the PropertyItems collection itself. And with integrated browsing features which can be enabled or disabled as required, and the ability to add and delete records.

Checkboxes and Radio Buttons
Each PropertyItem can display either a Checkbox or Radio Button, in checked, unchecked and greyed styles. You can even assign the checkboxes their own tooltips independently of the reset of the item row.

Dynamic Population
You can populate the PropertyItems collection from the properties of other objects and controls, or even link the PropertiesList to these objects so that when the properties are set in the PropertiesList, the appropriate properties are updated in the attached object.

Full demonstration and on-line help
The control setup package comes complete with a full context sensitive online help file, a set of sample list layouts and a detailed demonstration projects.

Property Styles

  • Color Picker - PropertiesList contains a fully integrated drop down Color picker control (this control is also available separately - see the Color Picker Control page). Clicking 'More Colors' shows a standard Color requester dialog. Although not shown in the screenshot, you can also display an "Automatic" button and change it's caption text.
  • Custom - Providing a button allows you to display custom dialogs in order to edit your own proprietary item types. You can also use the button property type for About boxes or to display help (for example).
  • Drop down list - Providing standard drop down combo type functionality, you are sure to want to use the drop down list property type. Cycling through the list by double clicking (as in Visual Studio) is supported, double right clicking will cycle backwards. You can specify the maximum number of items to display in the list, or assign a picture to each item. You can also customize other attributes such as colors and formatting, and even assign a tooltip to each item.
  • Date - The date property type provides an integrated date picker, making it easier than ever for your users to input and manipulate date information. Date display format is fully configurable to suit your preferences / locale.
  • Font and Font List - Provides a hassle free way to implement font picking functionality. If you only need to pick a font name, then the font list style will appeal.
  • Picture - The picture style provides an integrated viewer, and displays a preview of images when browsing files. It even has a complete graphics editor for small images.
  • Number - The number style allows you to enter numbers, or you can display a spin button

Other property styles

  • String default free text field. You can also display a popup text editor with more advanced features, limit the number of characters which can be entered and limit the actual characters which can be entered.
  • Boolean standard True or False dropdown. You can override the labels with you content, or example Yes and No or On and Off etc, or display a checkbox instead of a dropdown list
  • File handles the windows file requesters to provide the familiar way to capture a filename from the user
  • Folder provides similar functionality to the File property type, but displaying an integrated folder browse dialog box instead of a file dialog.

Designers
All PropertiesList features can be configured at both design time and runtime. PropertiesList also comes with several stand alone design tools for creating and maintaining PropertyItem collections and LanguageString files.

And More...
PropertiesList has lots more to offer, such as filtered PropertyItems, expandable and collapsible items, integrated toolbars and tab strips, event hooking, ability to attach WinHelp and HTML Help topics to PropertyItems, drag items around to reorder the list, or even from one control to another, and much more.

  • Win95
  • Win98
  • WinME
  • Win2000
  • WinNT
  • WinXP
  • VB5/6/VBA/VC++ Container
Help
My Account
Corporate Info
Other Info
Secure Shopping
Copyright © Grey Matter Ltd. 1983 - 2008. Registered office: 2 Prigg Meadow, Ashburton, Devon, TQ13 7DF. Registered in England. Company no: 1671407. VAT no: GB 384904621.